]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: make current show nexthop-group cli zebra-specific 5551/head
authorMark Stapp <mjs@voltanet.io>
Tue, 17 Dec 2019 16:31:17 +0000 (11:31 -0500)
committerMark Stapp <mjs@voltanet.io>
Wed, 8 Jan 2020 14:01:19 +0000 (09:01 -0500)
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>
zebra/zebra_vty.c

index b85bf83923ffd06f874c81e735f01401c94b327c..c8b96011dc3b5ed85219b968ea3b9c98202f61b4 100644 (file)
@@ -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