]> git.puffer.fish Git - matthieu/frr.git/commit
staticd: Setup nexthop tracking instead of installing route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 Jul 2019 11:31:18 +0000 (07:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 Jul 2019 11:59:22 +0000 (07:59 -0400)
commit6f5db0b1ab243faf32be5729958fbb15c37c9496
tree5acf345ea7b99e5dd56960074b6e0523bf5ff204
parent27da30442fbe5cd1358d231cbbf1265441f0e849
staticd: Setup nexthop tracking instead of installing route

Route installs should be handled by the setup of nexthop tracking
instead of installing the route and then installing the nexthop
tracking again ( and reinstalling the route )

This change makes routes be installed one time.

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