-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
The command "show ipv6 interface" output shows the name of the column as IPv4 address/mask instead of IPv6 #11124
Comments
liat-grozovik
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Jun 16, 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
to sonic-net/sonic-utilities
that referenced
this issue
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
to sonic-net/sonic-utilities
that referenced
this issue
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
to sonic-net/sonic-utilities
that referenced
this issue
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
to sonic-net/sonic-utilities
that referenced
this issue
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"
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
…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"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The command "show ipv6 interface" output shows the name of the column as IPv4 address/mask instead of IPv6
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: