diff options
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 6085c91b9..36bb8d49b 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -124,6 +124,7 @@ struct quagga_signal_t ospf_signals[] = { }; static const struct frr_yang_module_info *ospfd_yang_modules[] = { + &frr_interface_info, }; FRR_DAEMON_INFO(ospfd, OSPF, .vty_port = OSPF_VTY_PORT, |