Merge pull request #4725 from idryzhov/master

vtysh: send "exit-vrf" command to staticd
This commit is contained in:
Quentin Young 2019-07-24 11:19:19 -04:00 committed by GitHub
commit 6879c08353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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)