]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Ensure ifindexes are updated for nexthops that are leaked.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Mar 2018 18:45:07 +0000 (14:45 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Mar 2018 19:52:25 +0000 (15:52 -0400)
commitd583db98be91bc53f3a3ab0113230204d5a05a97
treebc671cf2a2a642c68224ec2883c2783d9254322f
parent90f86c0a4d3242e4158d973ebb40d2eda16ed065
zebra: Ensure ifindexes are updated for nexthops that are leaked.

When a interface is moved from one vrf to another, we get a callback
to move the static routes.  Extend the work to look at all static
routes across all vrf's since we allow static route leaking now.

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