]> git.proxmox.com Git - mirror_frr.git/commit - staticd/static_routes.c
staticd: install static routes in a vrf when next-hop interface comes up
authorDon Slice <dslice@cumulusnetworks.com>
Thu, 8 Nov 2018 19:47:27 +0000 (19:47 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Mon, 12 Nov 2018 15:08:11 +0000 (15:08 +0000)
commita9be49bcbc95f2a4098cec7692a9d8dfef52b0f5
treebe9ab48b0ce2b6fffeffb515b41a37e8e0ac15d1
parent6987aacd7af2f3802d7b1bca3ef8d6d9868b5121
staticd: install static routes in a vrf when next-hop interface comes up

Problem reported with cross-vrf static routes that the routes weren't
installed when the target interface is bounced.  Determined that we did
not initiate re-install of the statics in that particular case, so added
it. Test case previously failing now passes.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
staticd/static_routes.c
staticd/static_routes.h
staticd/static_zebra.c