]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: send quit command to watchfrr 7575/head
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 20 Nov 2020 14:42:39 +0000 (17:42 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 20 Nov 2020 14:50:03 +0000 (17:50 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
vtysh/vtysh.c

index 4fb4dc171e9e198acebf25fe9fbc6cb0a9b3efac..19e7ae29e97992727ce8ac9d9497f79c4fa469d0 100644 (file)
@@ -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);