bgpd: Fix CI breakage

This commit reverts part of ceb800e0edb9f8979cebb1e6be9497d787bee39c
as it was found to be causing issues in upstream CI.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-04-20 16:07:30 -04:00
parent 0ca70ba5c1
commit 321b4bc92e

View File

@ -841,7 +841,7 @@ void vpn_leak_from_vrf_update(struct bgp *bgp_vpn, /* to */
* because of loop checking.
*/
if (new_info)
vpn_leak_to_vrf_update(bgp_vpn, new_info);
vpn_leak_to_vrf_update(bgp_vrf, new_info);
}
void vpn_leak_from_vrf_withdraw(struct bgp *bgp_vpn, /* to */