MAC flapping occurs when a bridge receives packets from different member member interfaces. The common reasons are:
- user roams from one bridge port to another
- user has wrong network setup, bridge loops e.g.
- someone set duplicated ethernet address on his/her nic
- some bad guy / virus / trojan send spoofed packets
The current implementation updates bridge routing entry silently hence it is hard to diagnose when any of them happen.
Emit logs when MAC address port flapping occurs so that it will be easy to diagnose.
MFC after: 2 weeks