]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: re-install static routes needed vrf when the vrf intf comes up
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 18 Jun 2018 11:38:45 +0000 (11:38 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Mon, 18 Jun 2018 11:38:45 +0000 (11:38 +0000)
commit65a6617b6402e2bd8874285be6eca1734dd5b96c
treea9fecfef3bd157b5ad6b08755df5d86857107379
parentf4659d27c63965df76f29c8f9808cec9f89343d6
zebra: re-install static routes needed vrf when the vrf intf comes up

Problem reported that if the vrf device is taken down and then brought
back up, any static route referencing that vrf device was not
re-installed.  This fix runs back thru the static routes that
reference the vrf device coming up and re-install them.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
zebra/interface.c