-
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
SWSS container stops in case of assigning a vlan to a portchannel's member. #4456
Comments
This should be checked and should fail before sending to SWSS. |
@renukamanavalan any plan to fix it as part of 201911 or 202012? |
Hi @prsunny , Any plans to fix this issue ? |
Issue triage 3/3: @prsunny could you please provide expected behavior. |
The expectation in this case shall be click CLI to check if the port that is added to a Vlan belongs to a PortChannel. It already has the checks for if the port is a router port (with IP configured) etc. So this would be an additional check to validate PortChannel membership. Refer the link. |
…1516) *Handled error scenario when adding a port to Vlan which is already part of a LAG. Added unit test to cover the scenario. This is fix for the bug sonic-net/sonic-buildimage#4456 Signed-off-by: Sudharsan Dhamal Gopalarathnam <sudharsand@nvidia.com>
…1516) *Handled error scenario when adding a port to Vlan which is already part of a LAG. Added unit test to cover the scenario. This is fix for the bug sonic-net/sonic-buildimage#4456 Signed-off-by: Sudharsan Dhamal Gopalarathnam <sudharsand@nvidia.com>
…#1516) *Handled error scenario when adding a port to Vlan which is already part of a LAG. Added unit test to cover the scenario. This is fix for the bug sonic-net/sonic-buildimage#4456 Signed-off-by: Sudharsan Dhamal Gopalarathnam <sudharsand@nvidia.com>
Description
SWSS container stops in case of assigning a vlan to a portchannel's member.
Steps to reproduce the issue:
config portchannel add PortChannel0001
config vlan member add 2 PortChannel0001
config vlan member add 3 Ethernet0
Describe the results you received:
Describe the results you expected:
There should be a validation preventing from assigning a vlan to LAG's member.
Output of
show version
:sonic_dump_r-ethernet-sw230_20200120_105034.tar.gz
The text was updated successfully, but these errors were encountered: