]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix interface based static routes
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 May 2016 12:49:28 +0000 (08:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 May 2016 19:07:04 +0000 (15:07 -0400)
commita3d21ef32e7d5ca5e01dceaef4f8c8a3fbb78498
tree1f8ffad9754e38270bdd3ea28eeab12e2437ef51
parentdc1810914ced0a2d150e752fb8af384eaa01efba
zebra: Fix interface based static routes

This commit fixes interface based static routes.

static routes are now stored and if an interface
comes up it finds the route and installs it.

Ticket: CM-10869
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
zebra/interface.c
zebra/rib.h
zebra/zebra_rib.c
zebra/zebra_vrf.c
zebra/zebra_vty.c