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.c | |
| 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.c')
| -rw-r--r-- | pimd/pim_nb.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_nb.c b/pimd/pim_nb.c index ea53f1ef12..848a28d31a 100644 --- a/pimd/pim_nb.c +++ b/pimd/pim_nb.c @@ -149,7 +149,6 @@ const struct frr_yang_module_info frr_pim_info = {  			.xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-pim:pim/address-family/msdp-peer/source-ip",  			.cbs = {  				.modify = routing_control_plane_protocols_control_plane_protocol_pim_address_family_msdp_peer_source_ip_modify, -				.destroy = routing_control_plane_protocols_control_plane_protocol_pim_address_family_msdp_peer_source_ip_destroy,  			}  		},  		{  | 
