]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: resolve crash displaying bgp vrf routing info 470/head
authorDon Slice <dslice@cumulusnetworks.com>
Fri, 5 May 2017 13:53:49 +0000 (06:53 -0700)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 5 May 2017 17:17:28 +0000 (17:17 +0000)
commit5ef7c5dfdd695a5064e4fe717c2eabc64024100b
tree70bf65687d915fbba68e23395c5f99a070d8a936
parent30a330c42371b130447ae26b52f857d13753f460
bgpd: resolve crash displaying bgp vrf routing info

Problem uncovered with crash when entering the command "show ip bgp
vrf vrf1001 0.0.0.0".   The crash was caused by a mistake incrementing
the index value in the vrf/view case.  Manual testing completed and
failing test case now passes successfully.

Ticket: CM-16223
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed By: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_vty.c