From: Igor Ryzhov Date: Fri, 20 Nov 2020 14:42:39 +0000 (+0300) Subject: vtysh: send quit command to watchfrr X-Git-Tag: frr-7.5.1~32^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=daa23edbca8907ad7f5c47a16a9338815f9c8968;p=mirror%2Ffrr.git vtysh: send quit command to watchfrr Signed-off-by: Igor Ryzhov --- diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 4fb4dc171e..19e7ae29e9 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2032,7 +2032,7 @@ DEFUNSH(VTYSH_REALLYALL, vtysh_exit_all, vtysh_exit_all_cmd, "exit", return vtysh_exit(vty); } -DEFUNSH(VTYSH_ALL, vtysh_quit_all, vtysh_quit_all_cmd, "quit", +DEFUNSH(VTYSH_REALLYALL, vtysh_quit_all, vtysh_quit_all_cmd, "quit", "Exit current mode and down to previous mode\n") { return vtysh_exit_all(self, vty, argc, argv);