summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorFeng Lu <lu.feng@6wind.com>2015-05-22 11:40:09 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2015-06-02 07:48:34 +0200
commit267ceb2ce3adf4ce1357deb7ce48f151d6c58b92 (patch)
tree0b86ed01d5d2ea61f0bb509a60cad32916de061e /zebra/zebra_rib.c
parentfb2bfc1ba2416c1561bc9bfb30dfb5adf3e65616 (diff)
downloadquagga-267ceb2ce3adf4ce1357deb7ce48f151d6c58b92.tar.bz2
quagga-267ceb2ce3adf4ce1357deb7ce48f151d6c58b92.tar.xz
zebra: add hooks upon enabling / disabling a VRF
zebra_vrf_enable() is the callback for VRF_ENABLE_HOOK. It presently needs do nothing. zebra_vrf_disable() is the callback for VRF_DISABLE_HOOK. It presently withdraws routes, shuts down interfaces, and clears the router-id candidates in that VRF. Signed-off-by: Feng Lu <lu.feng@6wind.com> Reviewed-by: Alain Ritoux <alain.ritoux@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Vincent JARDIN <vincent.jardin@6wind.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index 68ae397b..9d966a0f 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -3270,7 +3270,7 @@ rib_score_proto (u_char proto)
}
/* Close RIB and clean up kernel routes. */
-static void
+void
rib_close_table (struct route_table *table)
{
struct route_node *rn;