]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Print the correct table in "show ip bgp x.x.x.x"
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 20 Jul 2016 12:02:04 +0000 (08:02 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Wed, 20 Jul 2016 12:02:04 +0000 (08:02 -0400)
commit46827ae98a459e157803df6acdaf5c0ebc51f140
treee6c0e135375ab8c0012f9305774e73587470e762
parent163bf582cf6ca71bb43e263f8ab172df62ab358b
bgpd: Print the correct table in "show ip bgp x.x.x.x"

Prior to this change, bgp always identified the routing table used as
the default in the output of "show ip bgp x.x.x.x".  This fix changes
the behavior to use the correct table name.

Ticket: CM-10239
Signed-off-by: Don Slice
Reviewed-by: Donald Sharp
bgpd/bgp_route.c