Adjust test_bgpmon.py to handle running over ipv6 only topologies#21377
Merged
bingwang-ms merged 11 commits intosonic-net:masterfrom Jan 4, 2026
Merged
Adjust test_bgpmon.py to handle running over ipv6 only topologies#21377bingwang-ms merged 11 commits intosonic-net:masterfrom
bingwang-ms merged 11 commits intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azpw run |
Collaborator
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run |
|
Commenter does not have sufficient privileges for PR 21377 in repo sonic-net/sonic-mgmt |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Fix typos in comments and method calls related to BGP monitor setup.
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
r12f
approved these changes
Dec 5, 2025
bingwang-ms
reviewed
Dec 5, 2025
vrajeshe
pushed a commit
to Akshath-17/sonic-mgmt
that referenced
this pull request
Jan 4, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: Venkata Gouri Rajesh Etla <vrajeshe@cisco.com>
Contributor
|
Pick to 202412: Azure/sonic-mgmt.msft#888 |
venu-nexthop
pushed a commit
to venu-nexthop/sonic-mgmt
that referenced
this pull request
Jan 13, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies
yifan-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Jan 14, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: YiFan Wang <yifan@nexthop.ai>
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Jan 20, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies
Collaborator
|
Cherry-pick PR to 202511: #22024 |
11 tasks
PriyanshTratiya
pushed a commit
to PriyanshTratiya/sonic-mgmt
that referenced
this pull request
Jan 21, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: Priyansh Tratiya <ptratiya@microsoft.com>
r12f
pushed a commit
to Azure/sonic-mgmt.msft
that referenced
this pull request
Jan 23, 2026
…pv6 only topologies #21377 (#888) Manual cherry-pick of PR[ #21377](sonic-net/sonic-mgmt#21377) Adjust test_bgpmon.py to handle running over ipv6 only topologies
ytzur1
pushed a commit
to ytzur1/sonic-mgmt
that referenced
this pull request
Feb 2, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: Yael Tzur <ytzur@nvidia.com>
abhishek-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Feb 6, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies
lakshmi-nexthop
pushed a commit
to lakshmi-nexthop/sonic-mgmt
that referenced
this pull request
Feb 11, 2026
…nic-net#21377) (sonic-net#22024) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Co-authored-by: gshemesh2 <gshemesh@nvidia.com> Signed-off-by: Lakshmi Yarramaneni <lakshmi@nexthop.ai>
nnelluri-cisco
pushed a commit
to nnelluri-cisco/sonic-mgmt
that referenced
this pull request
Feb 12, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: nnelluri-cisco <nnelluri@cisco.com>
rraghav-cisco
pushed a commit
to rraghav-cisco/sonic-mgmt
that referenced
this pull request
Feb 13, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: Raghavendran Ramanathan <rraghav@cisco.com>
anilal-amd
pushed a commit
to anilal-amd/anilal-forked-sonic-mgmt
that referenced
this pull request
Feb 19, 2026
…nic-net#21377) * Adjust test_bgpmon.py to handle running over ipv6 only topologies Signed-off-by: Zhuohui Tan <zhuohui.tan@amd.com>
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
Summary:
Adjust test_bgpmon.py to handle running over ipv6 only topologies
Type of change
Back port request
Approach
What is the motivation for this PR?
Adjust test_bgpmon.py to handle running over ipv6 only topologies.
How did you do it?
Adjust test_bgpmon.py to handle running over ipv6 only topologies, by adjusting the commands for both ipv4 and ipv6 and create new function for ignore extra bytes for ipv6 packets.
How did you verify/test it?
tested on Nvidia platforms, with t0 and t1 ipv6 only and non-ipv6 only topologies.
Any platform specific information?
N/A
Supported testbed topology if it's a new test case?
any, tested on t1 and t0 topologies
Documentation