]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: Display interface next-hop for "show ip bgp" with unnumbered
authorDon Slice <dslice@cumulusnetworks.com>
Fri, 9 Sep 2016 13:35:47 +0000 (06:35 -0700)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 9 Sep 2016 15:00:56 +0000 (08:00 -0700)
commitf81e127ed15b7500249be9b4294ce795ec2b08d6
tree43714b757a19a9c441d970a07a5ecd5a695f2970
parentdcaf0c593f8967cc2d9b3960abc525632d217c6c
bgpd: Display interface next-hop for "show ip bgp" with unnumbered

Found that the logic had been changed to determine whether the next-hop
is a v4 or v6 address.  This caused an unnumbered interface to be seen
as ipv4 instead of ipv6 so the swp port was not correctly displayed.
Changed it back. Manual testing attaced to the ticket and bgp-min will
be run before committing.

Ticket: CM-12759
Signed-off-by: Don Slice
Reviewed-by: CCR-5166
bgpd/bgp_route.c