]> git.proxmox.com Git - mirror_frr.git/commitdiff
Revert "bgpd: register northbound callbacks to bootstrap"
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 13 May 2021 23:57:30 +0000 (02:57 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 3 Aug 2021 20:36:31 +0000 (23:36 +0300)
This reverts commit e4a464160dee2b53f2851879b2c736139061e74c.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_main.c

index 00dbbc951caa935fa2d0d0728a5f196cbfc9ca31..38cc78133844631029101b160d1943c19067d860 100644 (file)
@@ -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,
 };