From 71ba7daaf3e06787ee2aca37518a2416c661a106 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Mon, 28 Sep 2020 17:13:40 +0300 Subject: [PATCH] vtysh: fix exit from babeld node 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 4edbb7a889..cf60ab99b2 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2197,7 +2197,7 @@ DEFUNSH(VTYSH_EIGRPD, vtysh_quit_eigrpd, vtysh_quit_eigrpd_cmd, "quit", return vtysh_exit(vty); } -DEFUNSH(VTYSH_EIGRPD, vtysh_exit_babeld, vtysh_exit_babeld_cmd, "exit", +DEFUNSH(VTYSH_BABELD, vtysh_exit_babeld, vtysh_exit_babeld_cmd, "exit", "Exit current mode and down to previous mode\n") { return vtysh_exit(vty); -- 2.39.5