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
Fix VLAN error introduced with new 4.9 kernel behavior (sonic-net#1001)
The change includes two parts:
<1> Bring member out of default VLAN 1 upon putting port/lag in a VLAN
<2> Second part was done by @tieguoevan ( https://github.com/tieguoevan) and incorporated here to avoid test error that would follow change <1>.
Summary:
The Bridge interface needs to be up all the time. Otherwise, the command bridge vlan will fail.
Not sure it is a kernel bug, but it cause error when clear all vlan members and reconfigure it.
create a dummy interface in the Bridge to keep it up all the time
Signed-off-by: Jipan Yang <[email protected]>
0 commit comments