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 f373650c..32b64e2a 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -303,6 +303,7 @@ main (int argc, char **argv) /* OSPF vty inits. */ ospf_vty_init (); ospf_vty_show_init (); + ospf_vty_clear_init (); ospf_route_map_init (); #ifdef HAVE_SNMP |