Nice clang catch: ospfd/ospf_vty.c:6710:1: error: all paths through
this function will call itself [-Werror,-Winfinite-recursion]
(same in vtysh/vtysh.c)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
"Seconds\n"
"Address of interface\n")
{
- return no_ospf_hello_interval (self, vty, argc, argv);
+ return no_ip_ospf_hello_interval (self, vty, argc, argv);
}
DEFUN (ip_ospf_network,
"quit",
"Exit current mode and down to previous mode\n")
{
- return vtysh_quit_ns(self, vty, argc, argv);
+ return vtysh_exit_ns(self, vty, argc, argv);
}
DEFUNSH (VTYSH_VRF,