Skip to content

Commit

Permalink
Merge pull request #4729 from idryzhov/master
Browse files Browse the repository at this point in the history
vtysh: send vtysh_quit_nexthop_group to pbrd and sharpd
  • Loading branch information
donaldsharp authored Jul 29, 2019
2 parents 49cd631 + a3988e9 commit 506fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtysh/vtysh.c
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ DEFUNSH(VTYSH_PBRD | VTYSH_SHARPD, vtysh_exit_nexthop_group, vtysh_exit_nexthop_
return vtysh_exit(vty);
}

DEFUNSH(VTYSH_VRF, vtysh_quit_nexthop_group, vtysh_quit_nexthop_group_cmd,
DEFUNSH(VTYSH_PBRD | VTYSH_SHARPD, vtysh_quit_nexthop_group, vtysh_quit_nexthop_group_cmd,
"quit", "Exit current mode and down to previous mode\n")
{
return vtysh_exit_nexthop_group(self, vty, argc, argv);
Expand Down

0 comments on commit 506fc1a

Please sign in to comment.