From 5772415bd3067873de0485c7e2a379358fd5d1bd 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 8a1e71a37..ffb764b06 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -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); -- 2.39.5