]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Fix _route_entry_dump to handle nexthop family as appropriate
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 5 Sep 2018 00:56:42 +0000 (20:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 6 Sep 2018 01:02:18 +0000 (21:02 -0400)
commit2d68a0f2dac8a33651595345ccf9613d0bc45e01
tree307ad7282bb0cc0cedca2ae49aeb8e8b3ec8c4d1
parentc279fc5fdd0634997a14470bad70853e690aee15
zebra: Fix _route_entry_dump to handle nexthop family as appropriate

The _route_entry_dump function was not handling the nexthop as passed
in from an upper level protocol appropriate and as such not displaying
the v4/v6 nexthop right in the case where we have both going.

Additionally dump the nexthop vrf as well.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c