diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-12-12 12:03:10 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-12-12 12:04:14 -0500 | 
| commit | 9393d36690ccfff3904597eac76be59567651424 (patch) | |
| tree | 87e8afb7f8699c1392708c2097362761258cbc4f /zebra/zebra_srv6.h | |
| parent | 315262cab3fd7bed9c93cf3e01fb4e45893c4232 (diff) | |
zebra: On shutdown, free up srv6 list data
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_srv6.h')
| -rw-r--r-- | zebra/zebra_srv6.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_srv6.h b/zebra/zebra_srv6.h index 51db83d6fb..73876741fd 100644 --- a/zebra/zebra_srv6.h +++ b/zebra/zebra_srv6.h @@ -52,6 +52,7 @@ void zebra_notify_srv6_locator_add(struct srv6_locator *locator);  void zebra_notify_srv6_locator_delete(struct srv6_locator *locator);  extern void zebra_srv6_init(void); +extern void zebra_srv6_terminate(void);  extern struct zebra_srv6 *zebra_srv6_get_default(void);  extern bool zebra_srv6_is_enable(void);  | 
