summaryrefslogtreecommitdiff
path: root/pimd/pim_nb.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-11-21 13:45:58 -0500
committerGitHub <noreply@github.com>2024-11-21 13:45:58 -0500
commit0af5c2a6eb7ade86fe6fefab00d77da1cefb7ed2 (patch)
tree63f7480f3397bbf841d02b39cbebb942de5adb91 /pimd/pim_nb.h
parent9af78e29865b4b7f32a23fdfd829a7d4e5ae6108 (diff)
parent0b0648f15c0ced171dc29961ea374f11dd6a66cc (diff)
Merge pull request #17469 from opensourcerouting/msdp-logs
pimd: MSDP logging improvements
Diffstat (limited to 'pimd/pim_nb.h')
-rw-r--r--pimd/pim_nb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_nb.h b/pimd/pim_nb.h
index b45af3d589..61cc9c1628 100644
--- a/pimd/pim_nb.h
+++ b/pimd/pim_nb.h
@@ -54,6 +54,8 @@ int routing_control_plane_protocols_control_plane_protocol_pim_address_family_ss
int pim_msdp_hold_time_modify(struct nb_cb_modify_args *args);
int pim_msdp_keep_alive_modify(struct nb_cb_modify_args *args);
int pim_msdp_connection_retry_modify(struct nb_cb_modify_args *args);
+int pim_msdp_log_neighbor_events_modify(struct nb_cb_modify_args *args);
+int pim_msdp_log_sa_events_modify(struct nb_cb_modify_args *args);
int pim_msdp_mesh_group_create(struct nb_cb_create_args *args);
int pim_msdp_mesh_group_destroy(struct nb_cb_destroy_args *args);
int pim_msdp_mesh_group_members_create(struct nb_cb_create_args *args);