You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent user from adding more then a single untagged VLAN to an interface (sonic-net#1382)
Fix for sonic-net#6421
**- What I did**
User was able to add an interface to multiple VLANs as untagged. Added a validation to a single untagged member.
**- How I did it**
Added a validation when adding a port as untagged to check in DB if is already member as untagged in a different vlan.
**- How to verify it**
Add vlan, add interface as untagged member in this vlan, add another vlan, try to add the same interface as untagged member in the new vlan.
**- Previous command output (if the output of a command-line utility has changed)**
Command was successful.
**- New command output (if the output of a command-line utility has changed)**
Fail in VLAN membership.
Error: Ethernet8 is already untagged member!
0 commit comments