]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Make show nexthop-group <null> list all nexthop hash entries
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 21 Mar 2019 14:52:11 +0000 (10:52 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:38 +0000 (11:13 -0400)
commitcced3a2d2911bbf9d2adf3b2b47519b9cdc2c0d3
treee4970ca68e24b9c99331517df027012b57f22e75
parent85f5e76175f190ef13b7d883a256612380574ca6
zebra: Make show nexthop-group <null> list all nexthop hash entries

Add an option to not specify the afi in the show nexthop-group
command so that it shows all nexthops, including groups. This is
how iproute2 does it. If the afi is given, it will only show single
nexthops since groups are AF_UNSPEC.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_vty.c