Skip to content

Commit

Permalink
zebra: make current show nexthop-group cli zebra-specific
Browse files Browse the repository at this point in the history
There's confusion between the nexthop-group configuration and a
zebra-specific show command. For now, make the zebra show
command string RIB-specific until we're able to unify these
paths.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
  • Loading branch information
Mark Stapp committed Jan 8, 2020
1 parent 6498fc4 commit 2553fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zebra/zebra_vty.c
Expand Up @@ -1351,9 +1351,10 @@ DEFPY (show_interface_nexthop_group,

DEFPY (show_nexthop_group,
show_nexthop_group_cmd,
"show nexthop-group <(0-4294967295)$id|[<ip$v4|ipv6$v6>] [vrf <NAME$vrf_name|all$vrf_all>]>",
"show nexthop-group rib <(0-4294967295)$id|[<ip$v4|ipv6$v6>] [vrf <NAME$vrf_name|all$vrf_all>]>",
SHOW_STR
"Show Nexthop Groups\n"
"RIB information\n"
"Nexthop Group ID\n"
IP_STR
IP6_STR
Expand Down

0 comments on commit 2553fde

Please sign in to comment.