-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
System crashed if IPv6 link-local is enabled and user tried to add member to port-channel #9908
Comments
@adyeung Can you please assign? |
BRCM will take a look. Thanks. |
@AkhileshSamineni pls take a look and update the thread |
@zhangyanzhao @dgsudharsan |
@dgsudharsan pls review the fix |
liat-grozovik
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Mar 15, 2022
Corrected the validation check while adding a member to a PortChannel This PR will fix the issue - sonic-net/sonic-buildimage#9908 The CLI command should reject when trying to add member to a Portchannel when link-local is enabled in it. `` root@sonic:/home/admin# config ipv6 enable link-local root@sonic:/home/admin# root@sonic:/home/admin# config portchannel add PortChannel0001 root@sonic:/home/admin# root@sonic:/home/admin# config portchannel member add PortChannel0001 Ethernet64 Usage: config portchannel member add [OPTIONS] <portchannel_name> <port_name> Try "config portchannel member add -h" for help. Error: Ethernet64 has ip address configured root@sonic:/home/admin# `` Signed-off-by: Akhilesh Samineni [email protected]
judyjoseph
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Mar 20, 2022
Corrected the validation check while adding a member to a PortChannel This PR will fix the issue - sonic-net/sonic-buildimage#9908 The CLI command should reject when trying to add member to a Portchannel when link-local is enabled in it. `` root@sonic:/home/admin# config ipv6 enable link-local root@sonic:/home/admin# root@sonic:/home/admin# config portchannel add PortChannel0001 root@sonic:/home/admin# root@sonic:/home/admin# config portchannel member add PortChannel0001 Ethernet64 Usage: config portchannel member add [OPTIONS] <portchannel_name> <port_name> Try "config portchannel member add -h" for help. Error: Ethernet64 has ip address configured root@sonic:/home/admin# `` Signed-off-by: Akhilesh Samineni [email protected]
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
Corrected the validation check while adding a member to a PortChannel This PR will fix the issue - sonic-net/sonic-buildimage#9908 The CLI command should reject when trying to add member to a Portchannel when link-local is enabled in it. `` root@sonic:/home/admin# config ipv6 enable link-local root@sonic:/home/admin# root@sonic:/home/admin# config portchannel add PortChannel0001 root@sonic:/home/admin# root@sonic:/home/admin# config portchannel member add PortChannel0001 Ethernet64 Usage: config portchannel member add [OPTIONS] <portchannel_name> <port_name> Try "config portchannel member add -h" for help. Error: Ethernet64 has ip address configured root@sonic:/home/admin# `` Signed-off-by: Akhilesh Samineni [email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
System crashed when port added to the LAG if IPv6 link-local addresses were enabled before
Steps to reproduce the issue:
config ipv6 enable link-local
config portchannel add PortChannel0001
config portchannel member add PortChannel0001 Ethernet0
Describe the results you received:
System crashed with following errors in log
Describe the results you expected:
CLI command rejected or completed without any issues
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
sonic_dump_r-qa-sw-eth-20192_20220202_171716.tar.gz
The text was updated successfully, but these errors were encountered: