diff options
| author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-03-11 13:14:08 -0700 |
|---|---|---|
| committer | Santosh P K <sapk@vmware.com> | 2020-04-16 08:00:15 -0700 |
| commit | 6fd8972aef60be1b329831ecf8b0394a59bf2159 (patch) | |
| tree | a6f0c85ac321fcfcae6211bba2cf98ab6c74e7f1 /ospfd/ospf_main.c | |
| parent | bc867a5d301dc3c479ff45a11bacc326a9369967 (diff) | |
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 4d6ebb40eb..6a3ba9902d 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -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, |
