summaryrefslogtreecommitdiff
path: root/pimd/pim_nb.h
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2022-05-10 08:23:33 -0300
committerRafael Zalamena <rzalamena@opensourcerouting.org>2024-11-25 19:23:33 -0300
commit379dc9ee2f0df7944bf6e03d385db6b4f6bc9d5c (patch)
treecd48920115cfcec91ec46a4d6563fde77d74e2f2 /pimd/pim_nb.h
parent440a0d3f769eba04d3f97fe6747b84592fab94bd (diff)
pimd: implement MSDP shutdown command
Allow MSDP protocol to be disabled. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_nb.h')
-rw-r--r--pimd/pim_nb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_nb.h b/pimd/pim_nb.h
index 8412ef4a6e..a9693c65d8 100644
--- a/pimd/pim_nb.h
+++ b/pimd/pim_nb.h
@@ -56,6 +56,7 @@ 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_shutdown_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);