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 /ospf6d/ospf6_main.c | |
| parent | bc867a5d301dc3c479ff45a11bacc326a9369967 (diff) | |
*: include vrf northbound module in init
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_main.c')
| -rw-r--r-- | ospf6d/ospf6_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index e4bed7a79d..4dbe5ca321 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -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, |
