]> git.proxmox.com Git - mirror_frr.git/commit
zebra: handle neighbor delete from kernel for ipv4 link-local
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 28 Nov 2018 15:57:01 +0000 (15:57 +0000)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 29 Nov 2018 21:01:47 +0000 (22:01 +0100)
commitf17b99ed1709c8e6cc940d3dbad737d3be21ddc4
tree1b4bfabb363bf03c7fd9c9cdfe58da6737fad899
parentc83e716211c4d26cbea91db1eb629feaf058b192
zebra: handle neighbor delete from kernel for ipv4 link-local

Problem reported that kernel neighbor entries could end up in "FAILED"
state when the neighbor entry was deleted.  This fix handles the
notification of the event from netlink messages and re-inserts the
deleted entry.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
zebra/rt_netlink.c