summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-22 07:50:14 -0400
committerGitHub <noreply@github.com>2018-08-22 07:50:14 -0400
commitdca5ef30533ab2a7a5573f065537e7a05067bec7 (patch)
treecabdc1fc450c57f56ede9d7e8ab6110334b2d01f /zebra/rib.h
parent46a67d25874b0634934c3b2b4dc50f53dc82a1fd (diff)
parent01ba4505823d38acb4ba27487efbba2965f0a69a (diff)
Merge pull request #2818 from kssoman/rmap_fix
Zebra does not properly track which route-maps are changed (#2493)
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index a37b2bf221..f821c6edb4 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -325,6 +325,8 @@ extern struct route_entry *rib_lookup_ipv4(struct prefix_ipv4 *p,
vrf_id_t vrf_id);
extern void rib_update(vrf_id_t vrf_id, rib_update_event_t event);
+extern void rib_update_table(struct route_table *table,
+ rib_update_event_t event);
extern void rib_sweep_route(void);
extern void rib_sweep_table(struct route_table *table);
extern void rib_close_table(struct route_table *table);