]> git.puffer.fish Git - mirror/frr.git/commit
staticd: Re-send/Remove routes on interface events 4932/head
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 4 Sep 2019 16:38:56 +0000 (12:38 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 4 Sep 2019 16:38:56 +0000 (12:38 -0400)
commitc14b7f18f63490c9e8b9c298904abaa7c2cef8a6
treef08354550bda304fd4504331f5034ca378d3c763
parentc9042b2890cd344c85186cb733dc1d8cbe411c7a
staticd: Re-send/Remove routes on interface events

We were not processing interface up/down events for device only
static routes. This patch looks up the ifp and then calls
the same API we are using for interface add/remove events.

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