diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-04-22 15:10:07 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-06-25 15:06:20 -0300 |
| commit | 56697b3e0affbab3d7b89af44c8b9ccec28d91c4 (patch) | |
| tree | 51bfc1172b8ab6cfef762b4e65773406e997f808 /pimd/pim_nb.h | |
| parent | 36df8a84f765cd7beaef60053c284167697f06f0 (diff) | |
pimd: rework MSDP northbound integration
Simplify the MSDP handling functions and allow source changes.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_nb.h')
| -rw-r--r-- | pimd/pim_nb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_nb.h b/pimd/pim_nb.h index 1959b403ff..07387be763 100644 --- a/pimd/pim_nb.h +++ b/pimd/pim_nb.h @@ -72,8 +72,6 @@ int routing_control_plane_protocols_control_plane_protocol_pim_address_family_ms struct nb_cb_destroy_args *args); int routing_control_plane_protocols_control_plane_protocol_pim_address_family_msdp_peer_source_ip_modify( struct nb_cb_modify_args *args); -int routing_control_plane_protocols_control_plane_protocol_pim_address_family_msdp_peer_source_ip_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( |
