diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-06-07 12:56:35 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-27 06:25:34 -0400 |
| commit | bdfccf69fa128c51c45bbd3528788f72ac17d854 (patch) | |
| tree | b1b582d5ab6929e985f63cb9a7b412a49a919094 /zebra/zebra_rib.c | |
| parent | f450e1cda41f1b7576094a0b3017ba9849cd55ae (diff) | |
zebra: Expose rib_update_handle_vrf_all
This function will be used on interface down
events to allow for kernel routes to be cleaned
up.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index c1bd61e1db..649450b5c6 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -4543,7 +4543,7 @@ void rib_update_table(struct route_table *table, enum rib_update_event event, } } -static void rib_update_handle_vrf_all(enum rib_update_event event, int rtype) +void rib_update_handle_vrf_all(enum rib_update_event event, int rtype) { struct zebra_router_table *zrt; |
