]> git.puffer.fish Git - mirror/frr.git/commit
Fix BGP JSON output
authorDinesh G Dutt <ddutt@cumulusnetworks.com>
Thu, 28 Apr 2016 02:03:31 +0000 (19:03 -0700)
committerDinesh G Dutt <ddutt@cumulusnetworks.com>
Fri, 29 Apr 2016 06:02:08 +0000 (23:02 -0700)
commit9f689658e63d6d1177903c039a306c53a187cca0
treea74a7ccff5d4ee4e1c00741ae223bb72041b9d27
parentaeb355e7d3e1b68aa7cd3aba811a75218cda2b02
Fix BGP JSON output

Ticket: CM-10644
Reviewed By:
Testing Done:

The JSON outputs of a bunch of BGP commands were broken due to the
addition of VRF support. This fixes them all. Also replaces the use
of "-" in some of the JSON variable names with camel case names.
bgpd/bgp_route.c
bgpd/bgp_vty.c