]> 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)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 6 Nov 2023 13:00:59 +0000 (15:00 +0200)
commita35bb7e2a89097dc90105a75cbd68618fb74451c
treea7d89531524eb091432c75fae012f529e9f5fd5b
parentc772c52e625e37af929d65e5e105c6508c9ea6a7
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>
zebra/redistribute.c
zebra/zebra_neigh.c
zebra/zebra_neigh.h