]> git.proxmox.com Git - mirror_frr.git/commit
zebra: add support for maintaining local neigh entries
authorAnuradha Karuppiah <anuradhak@nvidia.com>
Sat, 18 Dec 2021 19:28:49 +0000 (11:28 -0800)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 27 Jun 2022 11:56:55 +0000 (07:56 -0400)
commit4cf4fad15307fab9e21dd228fc7f80be4da801c2
treead69f25ba188879ec685b91c84239e8685287f67
parentf646c17a4349a2439230980bdae70b58b34b862c
zebra: add support for maintaining local neigh entries

Currently specific local neighbors (attached to SVIs) are maintatined
in an EVPN specific database. There is a need to maintain L3 neighbors
for other purposes including MAC resolution for PBR nexthops.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
   Cleanup compile and fix crash
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
zebra/debug.c
zebra/debug.h
zebra/rt_netlink.c
zebra/subdir.am
zebra/zebra_neigh.c [new file with mode: 0644]
zebra/zebra_neigh.h [new file with mode: 0644]
zebra/zebra_pbr.h
zebra/zebra_router.c
zebra/zebra_router.h
zebra/zebra_vty.c