]> git.proxmox.com Git - mirror_frr.git/commitdiff
vtysh: send quit command to watchfrr
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:42:39 +0000 (17:42 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
vtysh/vtysh.c

index 8a1e71a37dc6bb8e57b902bf45f4a362034eee55..ffb764b06890dc9c437b5189055448eae35140e0 100644 (file)
@@ -2095,7 +2095,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);