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 /ripd | |
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 'ripd')
-rw-r--r-- | ripd/rip_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 73e94deef..9ec32a53e 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -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, |