]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: fix exit from babeld node
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 28 Sep 2020 14:13:40 +0000 (17:13 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 7 Oct 2020 08:01:16 +0000 (11:01 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
vtysh/vtysh.c

index 4edbb7a889b0b64af22edb7e9b513bc478917d40..cf60ab99b2951ea3310c7c3bf5d8c219d94e464d 100644 (file)
@@ -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);