diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-09-26 08:43:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 08:43:40 -0400 |
| commit | 1e7602aa9bec59e79377f806d8923663c4729ae8 (patch) | |
| tree | 0a8c4ffc0cea95fe655ddceced4c2c128e41a3a4 /zebra/rib.h | |
| parent | 760863701e8c76f00982766e93222b8799ab9003 (diff) | |
| parent | 0d0f516c76eef90d2f9e0e5c4d1472b78b24991c (diff) | |
Merge pull request #12003 from anlancs/fix/fpm-crash
zebra: fix fpm crash
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index dec5b2b8d6..99f52bcd4e 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -585,6 +585,7 @@ static inline void rib_tables_iter_cleanup(rib_tables_iter_t *iter) DECLARE_HOOK(rib_update, (struct route_node * rn, const char *reason), (rn, reason)); +DECLARE_HOOK(rib_shutdown, (struct route_node * rn), (rn)); /* * Access installed/fib nexthops, which may be a subset of the |
