diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-03-11 21:14:08 +0100 |
---|---|---|
committer | Santosh P K <sapk@vmware.com> | 2020-04-16 17:00:15 +0200 |
commit | 6fd8972aef60be1b329831ecf8b0394a59bf2159 (patch) | |
tree | a6f0c85ac321fcfcae6211bba2cf98ab6c74e7f1 /bgpd/bgp_main.c | |
parent | lib: vrf northbound callbacks (diff) | |
download | frr-6fd8972aef60be1b329831ecf8b0394a59bf2159.tar.xz frr-6fd8972aef60be1b329831ecf8b0394a59bf2159.zip |
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 8f0ccca74..04be8d83e 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -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, |