]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_vpn.c
bgpd: Cleanup show_adj_route_vpn to be easier to read
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 13 Oct 2018 15:17:12 +0000 (11:17 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Nov 2018 14:43:35 +0000 (09:43 -0500)
commitc4936a1acec9b920d118dc5f6e58a175b1acfe17
tree1dfcb489f5ba50ef87322a1676c496f820140b53
parentc983710570ea69a086588ac83265b6b30695a39c
bgpd: Cleanup show_adj_route_vpn to be easier to read

The show_adj_route_vpn function was incredibly hard to read because
of the incredibly deep indentation.  fix this up some.

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