]> git.proxmox.com Git - mirror_frr.git/commit
zebra: add EVPN learned neighbors as NUD_NOARP
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Mon, 26 Feb 2018 22:10:50 +0000 (14:10 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 12 Apr 2018 13:07:43 +0000 (09:07 -0400)
commite9d2cbdebf26a264a3053abef9cfa9321e9a5cdd
tree1ca70497958f3e1602f13b7a938ddf2321e7c685
parentee69da278d26aa46042302238ed6753022f42aa7
zebra: add EVPN learned neighbors as NUD_NOARP

EVPN owns the remote neigh entries which are programed in the kernel.
This entries should not age out and the only way to delete should be
from EVPN. We should program these entries with NUD_NOARP instead of
NUD_REACHABLE to avoid aging of this macs.

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