diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-02-02 11:51:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-02 11:51:03 -0500 |
| commit | 22b79197bb32cfbe60ce76f63dc7ce93920328a3 (patch) | |
| tree | d8d261a6283512de3d8ff29542a83c9e0f6958d2 /lib/routing_nb.h | |
| parent | 4650d5aa5ae6408e91b19e299eef2f80ee0332ab (diff) | |
| parent | cb781f60972aca7e0fdd18884814a9ef0403a67c (diff) | |
Merge pull request #15279 from idryzhov/staticd-fixes
several fixes for staticd configuration
Diffstat (limited to 'lib/routing_nb.h')
| -rw-r--r-- | lib/routing_nb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/routing_nb.h b/lib/routing_nb.h index c185091a4b..cc83d8469d 100644 --- a/lib/routing_nb.h +++ b/lib/routing_nb.h @@ -29,6 +29,8 @@ int routing_control_plane_protocols_control_plane_protocol_destroy( * based on the control plane protocol */ DECLARE_HOOK(routing_conf_event, (struct nb_cb_create_args *args), (args)); +DECLARE_HOOK(routing_create, (struct nb_cb_create_args *args), (args)); +DECLARE_KOOH(routing_destroy, (struct nb_cb_destroy_args *args), (args)); void routing_control_plane_protocols_register_vrf_dependency(void); |
