]> git.puffer.fish Git - mirror/frr.git/commit
staticd: Allow reinstall of static nexthops on vrf restart 4083/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 4 Apr 2019 16:19:50 +0000 (12:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 4 Apr 2019 16:19:50 +0000 (12:19 -0400)
commit6d2a4f3732181489c5fdec9ba3553cfa98e37fe4
treefa71b095e18d8b33a26a5a30765e8e4bfc57800e
parent59d11e7cd197e5902b632d0f8ca6e523ed50489a
staticd: Allow reinstall of static nexthops on vrf restart

When staticd receives notification that a vrf that it is using
is back up into a state that can be used, go through and
mark all the si data structures nexthops as not installed.
This will allow us to complete the loop and reinstall routes
that need to be fully resolved.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
staticd/static_routes.c