diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2019-07-24 14:41:20 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2019-07-24 14:41:20 +0200 |
commit | b435fc24839138f50f8238ab826c4eb307c70924 (patch) | |
tree | 9a29ed17dff404cde76474b0f908339f4eb79b37 /vtysh | |
parent | Merge pull request #4708 from opensourcerouting/topotest-common-improvement (diff) | |
download | frr-b435fc24839138f50f8238ab826c4eb307c70924.tar.xz frr-b435fc24839138f50f8238ab826c4eb307c70924.zip |
vtysh: send "exit-vrf" command to staticd
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 053848bfc..f3c321588 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -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) |