From 92cf415d6b8fa935590388bea8005c46bcdcaa6a Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 14 May 2021 02:57:30 +0300 Subject: [PATCH] Revert "bgpd: register northbound callbacks to bootstrap" This reverts commit e4a464160dee2b53f2851879b2c736139061e74c. Signed-off-by: Igor Ryzhov --- bgpd/bgp_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 00dbbc951c..38cc781338 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -61,8 +61,6 @@ #include "bgpd/bgp_network.h" #include "bgpd/bgp_errors.h" #include "bgpd/bgp_script.h" -#include "lib/routing_nb.h" -#include "bgpd/bgp_nb.h" #include "bgpd/bgp_evpn_mh.h" #include "bgpd/bgp_nht.h" #include "bgpd/bgp_routemap_nb.h" @@ -379,11 +377,9 @@ static void bgp_vrf_terminate(void) } static const struct frr_yang_module_info *const bgpd_yang_modules[] = { - &frr_bgp_info, &frr_filter_info, &frr_interface_info, &frr_route_map_info, - &frr_routing_info, &frr_vrf_info, &frr_bgp_route_map_info, }; -- 2.39.5