summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2020-10-01 11:19:49 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-01-15 19:34:33 -0500
commit1866a6f65b17f033ad570db8455fc1a5aa8d1353 (patch)
treeb6c594f8c2c2dec5e0029e10c806ddefdc0eb936 /zebra/rib.h
parent284a6f5ff1312265b48699310b5a5bc6ecb10e1a (diff)
zebra: remove unused function rib_update_vrf
The function rib_update_vrf is never used. Remove it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index d653425f0d..42034b3d44 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -406,7 +406,6 @@ extern struct route_entry *rib_lookup_ipv4(struct prefix_ipv4 *p,
vrf_id_t vrf_id);
extern void rib_update(enum rib_update_event event);
-extern void rib_update_vrf(vrf_id_t vrf_id, enum rib_update_event event);
extern void rib_update_table(struct route_table *table,
enum rib_update_event event);
extern int rib_sweep_route(struct thread *t);