-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[snmp] support multiple community strings (proposal 2) #1583
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lguohan
approved these changes
Apr 11, 2018
4 tasks
dgsudharsan
added a commit
to dgsudharsan/sonic-buildimage
that referenced
this pull request
May 5, 2021
fff4051 Fixing serial number read to get from DB if it is populated (sonic-net#1580) be974bf [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (sonic-net#1589) 9492eab Use swsscommon instead of swsssdk (sonic-net#1510) 0f4988b Add pg-drop script to sonic filesystem (sonic-net#1583) cbe2159 [vnet] Add "vnet_route_check" script (sonic-net#1300) 9120766 Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (sonic-net#1530) 2e09b22 Handle the new db version which mellanox_buffer_migrator isn't interested (sonic-net#1566)
daall
added a commit
to daall/sonic-buildimage
that referenced
this pull request
May 5, 2021
* Add pg-drop script to sonic filesystem (sonic-net#1583) * Fixing serial number read to get from DB if it is populated (sonic-net#1580) * Handle the new db version which mellanox_buffer_migrator isn't interested (sonic-net#1566) * Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (sonic-net#1530) (sonic-net#1592) Signed-off-by: Danny Allen <daall@microsoft.com>
4 tasks
4 tasks
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
May 6, 2021
68ea9efc Add pg-drop script to sonic filesystem (sonic-net#1583) b216bf0a Fixing serial number read to get from DB if it is populated (sonic-net#1580) fa7230c6 Handle the new db version which mellanox_buffer_migrator isn't interested (sonic-net#1566) Signed-off-by: Stephen Sun <stephens@nvidia.com>
4 tasks
dgsudharsan
added a commit
to dgsudharsan/sonic-buildimage
that referenced
this pull request
May 6, 2021
9a88cb6 [sonic_installer] dont fail package migration (sonic-net#1591) 615e531 [show][config] Add new snmp commands (sonic-net#1347) fff4051 Fixing serial number read to get from DB if it is populated (sonic-net#1580) be974bf [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (sonic-net#1589) 9492eab Use swsscommon instead of swsssdk (sonic-net#1510) 0f4988b Add pg-drop script to sonic filesystem (sonic-net#1583) cbe2159 [vnet] Add "vnet_route_check" script (sonic-net#1300) 9120766 Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (sonic-net#1530) 2e09b22 Handle the new db version which mellanox_buffer_migrator isn't interested (sonic-net#1566)
yxieca
pushed a commit
that referenced
this pull request
May 6, 2021
9a88cb6 [sonic_installer] dont fail package migration (#1591) 615e531 [show][config] Add new snmp commands (#1347) fff4051 Fixing serial number read to get from DB if it is populated (#1580) be974bf [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (#1589) 9492eab Use swsscommon instead of swsssdk (#1510) 0f4988b Add pg-drop script to sonic filesystem (#1583) cbe2159 [vnet] Add "vnet_route_check" script (#1300) 9120766 Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (#1530) 2e09b22 Handle the new db version which mellanox_buffer_migrator isn't interested (#1566)
lguohan
pushed a commit
that referenced
this pull request
May 7, 2021
Includes below commits 9a88cb6 2021-05-06 | [sonic_installer] dont fail package migration (#1591) [Stepan Blyshchak] 615e531 2021-05-05 | [show][config] Add new snmp commands (#1347) [Travis Van Duyn] fff4051 2021-05-05 | Fixing serial number read to get from DB if it is populated (#1580) [Sudharsan Dhamal Gopalarathnam] be974bf 2021-05-05 | [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (#1589) [Sumukha Tumkur Vani] 9492eab 2021-05-04 | Use swsscommon instead of swsssdk (#1510) [Andriy Yurkiv] 0f4988b 2021-05-04 | Add pg-drop script to sonic filesystem (#1583) [Andriy Yurkiv] cbe2159 2021-05-04 | [vnet] Add "vnet_route_check" script (#1300) [Volodymyr Samotiy] 9120766 2021-05-03 | Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (#1530) [Qi Luo] 2e09b22 2021-05-03 | Handle the new db version which mellanox_buffer_migrator isn't interested (#1566) [Stephen Sun]
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
- What I did Added 'pg-drop' to the files system of SONiC - How I did it Add 'scripts/pg-drop' to setup.py file - How to verify it Check that 'pg-drop' script exists in /usr/local/bin/pg-drop Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
May 23, 2021
9a88cb6 [sonic_installer] dont fail package migration (sonic-net#1591) 615e531 [show][config] Add new snmp commands (sonic-net#1347) fff4051 Fixing serial number read to get from DB if it is populated (sonic-net#1580) be974bf [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (sonic-net#1589) 9492eab Use swsscommon instead of swsssdk (sonic-net#1510) 0f4988b Add pg-drop script to sonic filesystem (sonic-net#1583) cbe2159 [vnet] Add "vnet_route_check" script (sonic-net#1300) 9120766 Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (sonic-net#1530) 2e09b22 Handle the new db version which mellanox_buffer_migrator isn't interested (sonic-net#1566)
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
9a88cb6 [sonic_installer] dont fail package migration (sonic-net#1591) 615e531 [show][config] Add new snmp commands (sonic-net#1347) fff4051 Fixing serial number read to get from DB if it is populated (sonic-net#1580) be974bf [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (sonic-net#1589) 9492eab Use swsscommon instead of swsssdk (sonic-net#1510) 0f4988b Add pg-drop script to sonic filesystem (sonic-net#1583) cbe2159 [vnet] Add "vnet_route_check" script (sonic-net#1300) 9120766 Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (sonic-net#1530) 2e09b22 Handle the new db version which mellanox_buffer_migrator isn't interested (sonic-net#1566)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
Old format of
/etc/sonic/snmp.yml
:New format which support multiple community strings:
For backward compatibility, old format is still supported.