Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fdbsyncd] Bug Fix for remote MAC move to local MAC and Fix for Stati…
…c MAC advertisement in EVPN. (sonic-net#2521) - What I did On local MAC learning, update the MAC entry as local then delete the DST entry from the Kernel for remote MAC. This will make sure that FRR doesn't reinstall the remote MAC(sonic-net#12363) When installing the static MAC in the kernel set the sticky flag as well. (sonic-net#12419) - How I did it Move the DST entry delete code after the MAC update code.(sonic-net#12363) Pass sticky flag to the kernel in fdbsyncd code.((sonic-net#12419) - How to verify it Tested MAC move from remote to local and verified the MAC is local in Kernel.(sonic-net#12363) Verified in Kernel that sticky bit is set and the same as advertised by FRR in the network.((sonic-net#12419) Signed-off-by: kishore.kunal@broadcom.com
- Loading branch information