From daa23edbca8907ad7f5c47a16a9338815f9c8968 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 20 Nov 2020 17:42:39 +0300 Subject: [PATCH] vtysh: send quit command to watchfrr Signed-off-by: Igor Ryzhov --- vtysh/vtysh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5