]> git.puffer.fish Git - mirror/frr.git/commit
Zebra: replace mac entry in kernel when it moves from local to remote
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Wed, 2 Aug 2017 00:34:51 +0000 (17:34 -0700)
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Thu, 17 Aug 2017 00:30:46 +0000 (17:30 -0700)
commit23341a05841f1acbd83367e23eb14464c26683ba
tree7f156356c1f8952fad33125375e7c85e789a9147
parentd7d970105eb9d2e973879de9e15e522c0e4ebeca
Zebra: replace mac entry in kernel when it moves from local to remote

Until now, we had to delete the local mac entries when a mac moved from local to remote,
with the new kernel patch that is no longer necessary.

Ticket:CM-16094
Reviewed By:CCR-6470
Testing Done: Manual

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
zebra/zebra_vxlan.c