From 2553fde18d3fe1d827f6e06539b1badef8e0e4c1 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 17 Dec 2019 11:31:17 -0500 Subject: [PATCH] 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 --- zebra/zebra_vty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index b85bf83923..c8b96011dc 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -1351,9 +1351,10 @@ DEFPY (show_interface_nexthop_group, DEFPY (show_nexthop_group, show_nexthop_group_cmd, - "show nexthop-group <(0-4294967295)$id|[] [vrf ]>", + "show nexthop-group rib <(0-4294967295)$id|[] [vrf ]>", SHOW_STR "Show Nexthop Groups\n" + "RIB information\n" "Nexthop Group ID\n" IP_STR IP6_STR