summaryrefslogtreecommitdiff
path: root/zebra/zebra_neigh.c
AgeCommit message (Collapse)Author
2024-03-26zebra: changes for code maintainabilitysri-mohan1
these changes are for improving the code maintainability and readability Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
2023-11-06zebra: Remove static ARP entries on interface down eventsDonatas Abraitis
Without this patch, static ARP entries remain active even if the interface is down, but the kernel already removed them. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-07-14zebra: free neighbor state before exit to avoid memleaksChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2022-06-27zebra: add support for maintaining local neigh entriesAnuradha Karuppiah
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>