sonic-net / sonic-swss

SONiC Switch State Service (SwSS)
https://azure.github.io/SONiC
Other
170 stars 510 forks source link

[Bridge] Disable MAC learning for Link Local Mulitcast Frames on the linux Bridge #3162

Closed gord1306 closed 3 months ago

gord1306 commented 3 months ago

What I did Disable MAC learning for Link Local Multicast Frames on the Linux Bridge

Why I did it The 01:80:c2 link local frame is used to control the purpose. To disable the MAC learning for these frames to prevent MAC flap if there are multiple links between 2 switches.

How I verified it Inject LLDP frame and use sudo bridge fdb show to check

Details if related