]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Remove static ARP entries on interface down events
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 31 Oct 2023 15:09:48 +0000 (17:09 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Nov 2023 14:41:07 +0000 (14:41 +0000)
commitf4dca7aab6a107d5c62019f63c692754325044e7
tree33afdf78a8610d27433616aa269d9611a126ad26
parent610ea178890dbf71519b32bb93b1e03484ee8825
zebra: Remove static ARP entries on interface down events

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>
(cherry picked from commit a35bb7e2a89097dc90105a75cbd68618fb74451c)
zebra/redistribute.c
zebra/zebra_neigh.c
zebra/zebra_neigh.h