diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-07-29 10:14:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-29 10:14:50 -0400 |
| commit | 506fc1ad8ff9685c20c852afa9204796085a2b92 (patch) | |
| tree | 02f9d0550bbbd7ac386cd7585c42eaf9de139b92 | |
| parent | 49cd631e5119f472d32338e5db678b419caac670 (diff) | |
| parent | a3988e9cfa6c61d2e9fad5933569f96c5fc78f73 (diff) | |
Merge pull request #4729 from idryzhov/master
vtysh: send vtysh_quit_nexthop_group to pbrd and sharpd
| -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 f3c3215885..7a07dab121 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -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); |
