zebra: make current show nexthop-group cli zebra-specific

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>
This commit is contained in:
Mark Stapp 2019-12-17 11:31:17 -05:00
parent 6498fc458d
commit 2553fde18d

View File

@ -1351,9 +1351,10 @@ DEFPY (show_interface_nexthop_group,
DEFPY (show_nexthop_group, DEFPY (show_nexthop_group,
show_nexthop_group_cmd, 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_STR
"Show Nexthop Groups\n" "Show Nexthop Groups\n"
"RIB information\n"
"Nexthop Group ID\n" "Nexthop Group ID\n"
IP_STR IP_STR
IP6_STR IP6_STR