Fix exception in handling 'show ipv6 bgp neighbor/peer'#2582
Merged
bingwang-ms merged 1 commit intosonic-net:masterfrom Nov 26, 2020
Merged
Fix exception in handling 'show ipv6 bgp neighbor/peer'#2582bingwang-ms merged 1 commit intosonic-net:masterfrom
bingwang-ms merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: bingwang <[email protected]>
wangxin
approved these changes
Nov 25, 2020
pavel-shirshov
approved these changes
Nov 25, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* [202205][submodule] Advance sonic-swss pointer Update sonic-swss submodule pointer to include the following: * fb68ca8 [202205] [ACL] dereg acl-rule counters during acl-table del (sonic-net#2574) ([sonic-net#2582](sonic-net/sonic-swss#2582)) * 8c9092c [202205] Fixed set mtu for deleted subintf due to late notification ([sonic-net#2595](sonic-net/sonic-swss#2595)) Signed-off-by: dprital <[email protected]>
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.
Signed-off-by: bingwang [email protected]
Description of PR
Summary:
Fixes # (issue)
The command to retrieve ipv6 neigh is different in different verison ceos.
In latest ceos, the command is
In previous version, the command would be
The previous commit has found this issue, but there were some bug
This PR will fix those bugs.
Type of change
Approach
What is the motivation for this PR?
This PR is to address some issues in
test_traffic_shiftwhen dealing with various command to retrieve ipv6 routes.How did you do it?
How did you verify/test it?
Verified on dx010-6, running master image
Any platform specific information?
No.
Supported testbed topology if it's a new test case?
No.
Documentation
No.