diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-16 19:39:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 19:39:14 -0400 |
| commit | a83014ccd66477fa624ee54eb97e0a2a30a5a106 (patch) | |
| tree | 3d7faaad38c74b74409785cc54c0a58b8f72a23a /ospf6d | |
| parent | 2ff99507ad97fed3c2a0910605bd72524f497441 (diff) | |
| parent | 40664f16e3abdec2371010137cf68a65fa325448 (diff) | |
Merge pull request #6247 from FRRouting/nb_conversions
Merge nb_converions branch to master
Diffstat (limited to 'ospf6d')
| -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, |
