Fix header for the output table following 'show ipv6 interface' command#2219
Merged
liat-grozovik merged 2 commits intosonic-net:masterfrom Jun 16, 2022
Merged
Conversation
liat-grozovik
approved these changes
Jun 16, 2022
yxieca
pushed a commit
that referenced
this pull request
Jun 17, 2022
…nd (#2219) - What I did Fix the header for "show ipv6 interface" output that display "IPv4" instead of "IPv6" This PR fix the following issue: sonic-net/sonic-buildimage#11124 - How I did it Check if the table is for IPv4 or IPv6 and present the header accordingly. In addition, adjust the UT - How to verify it Run "show ip interface" CLi command and verify that the output header present "IPv4" Run "show ipv6 interface" CLi command and verify that the output header present "IPv6"
judyjoseph
pushed a commit
that referenced
this pull request
Jun 20, 2022
…nd (#2219) - What I did Fix the header for "show ipv6 interface" output that display "IPv4" instead of "IPv6" This PR fix the following issue: sonic-net/sonic-buildimage#11124 - How I did it Check if the table is for IPv4 or IPv6 and present the header accordingly. In addition, adjust the UT - How to verify it Run "show ip interface" CLi command and verify that the output header present "IPv4" Run "show ipv6 interface" CLi command and verify that the output header present "IPv6"
yxieca
pushed a commit
that referenced
this pull request
Jun 22, 2022
…nd (#2219) - What I did Fix the header for "show ipv6 interface" output that display "IPv4" instead of "IPv6" This PR fix the following issue: sonic-net/sonic-buildimage#11124 - How I did it Check if the table is for IPv4 or IPv6 and present the header accordingly. In addition, adjust the UT - How to verify it Run "show ip interface" CLi command and verify that the output header present "IPv4" Run "show ipv6 interface" CLi command and verify that the output header present "IPv6"
qiluo-msft
pushed a commit
that referenced
this pull request
Jul 5, 2022
…nd (#2219) - What I did Fix the header for "show ipv6 interface" output that display "IPv4" instead of "IPv6" This PR fix the following issue: sonic-net/sonic-buildimage#11124 - How I did it Check if the table is for IPv4 or IPv6 and present the header accordingly. In addition, adjust the UT - How to verify it Run "show ip interface" CLi command and verify that the output header present "IPv4" Run "show ipv6 interface" CLi command and verify that the output header present "IPv6"
neethajohn
added a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Jul 11, 2022
Signed-off-by: Neetha John <[email protected]> This PR contains the following commits 5a54bd7 Added cisco config platform commands (sonic-net/sonic-utilities#2241) 62c1640 [config/load_mgmt_config] Support load IPv6 mgmt IP (sonic-net/sonic-utilities#2206) c061a18 Fix header for the output table following 'show ipv6 interface' command (sonic-net/sonic-utilities#2219) ecca18ff [202012] Update load minigraph to load backend acl (sonic-net/sonic-utilities#2235)
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.
What I did
Fix the header for "show ipv6 interface" output that display "IPv4" instead of "IPv6"
This PR fix the following issue: sonic-net/sonic-buildimage#11124
How I did it
Check if the table is for IPv4 or IPv6 and present the header accordingly. In addition, adjust the UT
How to verify it
Run "show ip interface" CLi command and verify that the output header present "IPv4"
Run "show ipv6 interface" CLi command and verify that the output header present "IPv6"
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)