]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Notice when our route is deleted and re-install.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 31 Mar 2018 21:08:21 +0000 (17:08 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 9 Apr 2018 11:54:57 +0000 (07:54 -0400)
commitb8faa875f79f4dd972979fd66117530b74cb69cc
tree08d4885db724a8a3ca608d2180d2884fe0a56309
parent8227cf93336730f6359db5c6c682eb97828c5da9
zebra: Notice when our route is deleted and re-install.

The code to reinstall self originated routes was not behaving
correctly.  For some reason we were looking for self originated
routes from the kernel to be of type KERNEL.  This was probably
missed when we started installing the route types.  We should
depend on the self originated flag that we determine from
the callback from the kernel.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com.
zebra/zebra_rib.c