summaryrefslogtreecommitdiff
path: root/bgpd/bgp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r--bgpd/bgp_main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index 6736671f37..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,
};
@@ -517,10 +513,6 @@ int main(int argc, char **argv)
bgp_script_init();
#endif
- hook_register(routing_conf_event,
- routing_control_plane_protocols_name_validate);
-
-
/* BGP related initialization. */
bgp_init((unsigned short)instance);