]> git.puffer.fish Git - mirror/frr.git/commit
zebra: On if down/addr-del, process kernel routes 5184/head
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 17 Oct 2019 19:44:08 +0000 (15:44 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 18 Oct 2019 20:59:34 +0000 (16:59 -0400)
commit2a18114787919aab7bee9bf4dedcf3b407e77ebe
tree8c1c8fd77625255173405a5d88064088a752dfbd
parenta8c427ee392f087b9430a2ea9f5e04948bf5b937
zebra: On if down/addr-del, process kernel routes

Since we don't have a daemon who's job is to handle kernel
routes and we don't get an explicit route delete anymore if
nexthops become unreachable from the kernel, zebra must
re-process kernel routes itself to make sure they are still valid.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/if_netlink.c