summaryrefslogtreecommitdiff
path: root/pbrd/pbr_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-11-11 20:13:00 -0500
committerDonald Sharp <sharpd@nvidia.com>2023-11-13 09:15:43 -0500
commit0e44d248a048cefa646a89fe07aa3607739b0c74 (patch)
treea09539ba538e125aa8442ef3986f361c5afcc050 /pbrd/pbr_zebra.h
parent5dcd9f65e37f2817e29aa127135b3a32805ed2bf (diff)
pbrd: Cleanup zclient on shutdown
For some reason pbrd had no shutdown code for zclient. Now it does. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pbrd/pbr_zebra.h')
-rw-r--r--pbrd/pbr_zebra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbrd/pbr_zebra.h b/pbrd/pbr_zebra.h
index ef844ef797..5cbb1fd682 100644
--- a/pbrd/pbr_zebra.h
+++ b/pbrd/pbr_zebra.h
@@ -14,6 +14,7 @@ struct pbr_interface {
extern struct event_loop *master;
extern void pbr_zebra_init(void);
+extern void pbr_zebra_destroy(void);
extern void route_add(struct pbr_nexthop_group_cache *pnhgc,
struct nexthop_group nhg, afi_t install_afi);