mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
This commit is contained in:
parent
bc867a5d30
commit
6fd8972aef
@ -136,10 +136,10 @@ struct option longopts[] =
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
static const struct frr_yang_module_info *const babeld_yang_modules[] =
|
||||
{
|
||||
&frr_interface_info,
|
||||
};
|
||||
static const struct frr_yang_module_info *const babeld_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(babeld, BABELD,
|
||||
.vty_port = BABEL_VTY_PORT,
|
||||
|
@ -112,6 +112,7 @@ static struct quagga_signal_t bfd_signals[] = {
|
||||
static const struct frr_yang_module_info *const bfdd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_bfdd_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(bfdd, BFD, .vty_port = 2617,
|
||||
|
@ -361,6 +361,7 @@ static void bgp_vrf_terminate(void)
|
||||
static const struct frr_yang_module_info *const bgpd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(bgpd, BGP, .vty_port = BGP_VTY_PORT,
|
||||
|
@ -141,6 +141,7 @@ static const struct frr_yang_module_info *const eigrpd_yang_modules[] = {
|
||||
&frr_eigrpd_info,
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(eigrpd, EIGRP, .vty_port = EIGRP_VTY_PORT,
|
||||
|
@ -168,6 +168,7 @@ static const struct frr_yang_module_info *const isisd_yang_modules[] = {
|
||||
&frr_isisd_info,
|
||||
#endif /* ifndef FABRICD */
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
#ifdef FABRICD
|
||||
|
@ -180,6 +180,7 @@ static struct quagga_signal_t ldp_signals[] =
|
||||
};
|
||||
|
||||
static const struct frr_yang_module_info *const ldpd_yang_modules[] = {
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(ldpd, LDP,
|
||||
|
@ -168,6 +168,7 @@ struct quagga_signal_t ospf6_signals[] = {
|
||||
static const struct frr_yang_module_info *const ospf6d_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(ospf6d, OSPF6, .vty_port = OSPF6_VTY_PORT,
|
||||
|
@ -128,6 +128,7 @@ struct quagga_signal_t ospf_signals[] = {
|
||||
static const struct frr_yang_module_info *const ospfd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(ospfd, OSPF, .vty_port = OSPF_VTY_PORT,
|
||||
|
@ -75,6 +75,7 @@ struct zebra_privs_t pimd_privs = {
|
||||
static const struct frr_yang_module_info *const pimd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(pimd, PIM, .vty_port = PIMD_VTY_PORT,
|
||||
|
@ -117,6 +117,7 @@ static const struct frr_yang_module_info *const ripd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_ripd_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(ripd, RIP, .vty_port = RIP_VTY_PORT,
|
||||
|
@ -117,6 +117,7 @@ static const struct frr_yang_module_info *const ripngd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_ripngd_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(ripngd, RIPNG, .vty_port = RIPNG_VTY_PORT,
|
||||
|
@ -114,6 +114,7 @@ struct quagga_signal_t sharp_signals[] = {
|
||||
static const struct frr_yang_module_info *const sharpd_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(sharpd, SHARP, .vty_port = SHARP_VTY_PORT,
|
||||
|
@ -104,6 +104,7 @@ struct quagga_signal_t static_signals[] = {
|
||||
};
|
||||
|
||||
static const struct frr_yang_module_info *const staticd_yang_modules[] = {
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
#define STATIC_VTY_PORT 2616
|
||||
|
@ -247,6 +247,7 @@ static const struct frr_yang_module_info *const zebra_yang_modules[] = {
|
||||
&frr_interface_info,
|
||||
&frr_route_map_info,
|
||||
&frr_zebra_info,
|
||||
&frr_vrf_info,
|
||||
};
|
||||
|
||||
FRR_DAEMON_INFO(
|
||||
|
Loading…
Reference in New Issue
Block a user