]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix function used only within KEEP_OLD_VPN_COMMANDS
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 22 Jan 2017 16:01:09 +0000 (11:01 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Jan 2017 03:34:49 +0000 (22:34 -0500)
commit9dd6d53149ab54c5960eb1b5f4d4248cbbc41853
treefd945e59e154cf7f3ebbd089beb0103cfa8e612a
parentece35fdcb7803f655be804d1143e361fcc6e81a3
bgpd: Fix function used only within KEEP_OLD_VPN_COMMANDS

The show_adj_route_vpn function is only currently used
in conjunction with the KEEP_OLD_VPN_COMMANDS #define.
Add this function to that define for the moment.

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