Fix IPv6 compatibility in snmp_facts.py#22411
Merged
roy-sror merged 1 commit intosonic-net:masterfrom Mar 1, 2026
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ec2d70d to
67de6e0
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: nmirin <nikolay.a.mirin@gmail.com>
67de6e0 to
20266a3
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
Tagging @congh-nvidia and @nhe-NV |
Contributor
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
roy-sror
approved these changes
Mar 1, 2026
aronovic
pushed a commit
to aronovic/sonic-mgmt
that referenced
this pull request
Mar 3, 2026
Signed-off-by: Mihut Aronovici <aronovic@cisco.com>
rraghav-cisco
pushed a commit
to rraghav-cisco/sonic-mgmt
that referenced
this pull request
Mar 3, 2026
Signed-off-by: Raghavendran Ramanathan <rraghav@cisco.com>
aronovic
pushed a commit
to aronovic/sonic-mgmt
that referenced
this pull request
Mar 10, 2026
Signed-off-by: Mihut Aronovici <aronovic@cisco.com>
selldinesh
pushed a commit
to selldinesh/sonic-mgmt
that referenced
this pull request
Mar 16, 2026
Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
abhishek-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Mar 17, 2026
Signed-off-by: Abhishek <abhishek@nexthop.ai>
vrajeshe
pushed a commit
to vrajeshe/sonic-mgmt
that referenced
this pull request
Mar 23, 2026
Signed-off-by: Venkata Gouri Rajesh Etla <vrajeshe@cisco.com>
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 27, 2026
This file contains hidden or 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
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.
Description of PR
This PR fixes the missing IPv6 in the snmp_facts module, when running >5 version of pysnmp and IPv6 on the setup
Summary:
Fixes # (issue)
Complementing the following PRs.
#21272
#21045
Added a UDP6 transport option in the new async version of the code
Type of change
Back port request
Approach
What is the motivation for this PR?
SNMP tests fail on on the DUT with IPv6, and new 24.04 ubuntu container. Errors when loading the snmp_facts since unable to create a UDP Transport from IPv6 address
How did you do it?
Added an option to use UDP6 transport, reused the address type check code
How did you verify/test it?
Ran on the setups with both IPv4 and IPv6
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation