]> git.puffer.fish Git - matthieu/frr.git/commitdiff
vtysh: send "exit-vrf" command to staticd
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Jul 2019 12:41:20 +0000 (15:41 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Jul 2019 12:41:20 +0000 (15:41 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
vtysh/vtysh.c

index 053848bfc31d1c056b3d145c8fa0b08fecc3b199..f3c3215885c15a02c5b4478ec8352ef105765713 100644 (file)
@@ -1927,7 +1927,7 @@ DEFUNSH(VTYSH_BGPD, rpki_quit, rpki_quit_cmd, "quit",
        return rpki_exit(self, vty, argc, argv);
 }
 
-DEFUNSH(VTYSH_PIMD|VTYSH_ZEBRA, exit_vrf_config, exit_vrf_config_cmd, "exit-vrf",
+DEFUNSH(VTYSH_VRF, exit_vrf_config, exit_vrf_config_cmd, "exit-vrf",
        "Exit from VRF configuration mode\n")
 {
        if (vty->node == VRF_NODE)