summaryrefslogtreecommitdiff
path: root/pimd/pim_nb.h
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2022-05-10 08:23:24 -0300
committerRafael Zalamena <rzalamena@opensourcerouting.org>2024-12-05 10:35:10 -0300
commitc8ded86e9ef9aa4182f2b6f86a1467532e06f29e (patch)
treeb493f59dd8ff73c9041b9a2a03e15ca8b2deb3aa /pimd/pim_nb.h
parent34485ee5368af6825ca0f0c886b6ca064d32580d (diff)
yang,pimd: support shutdown and SA limit
Add MSDP shutdown and SA limiting configuration to YANG model. (no implementation, just boiler plate code) Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
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 a9693c65d8..0c1ce6ab85 100644
--- a/pimd/pim_nb.h
+++ b/pimd/pim_nb.h
@@ -76,6 +76,8 @@ int pim_msdp_peer_sa_filter_out_destroy(struct nb_cb_destroy_args *args);
int pim_msdp_peer_authentication_type_modify(struct nb_cb_modify_args *args);
int pim_msdp_peer_authentication_key_modify(struct nb_cb_modify_args *args);
int pim_msdp_peer_authentication_key_destroy(struct nb_cb_destroy_args *args);
+int pim_msdp_peer_sa_limit_modify(struct nb_cb_modify_args *args);
+int pim_msdp_peer_sa_limit_destroy(struct nb_cb_destroy_args *args);
int routing_control_plane_protocols_control_plane_protocol_pim_address_family_mlag_create(
struct nb_cb_create_args *args);
int routing_control_plane_protocols_control_plane_protocol_pim_address_family_mlag_destroy(