mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:44:38 +00:00
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:
parent
0ca70ba5c1
commit
321b4bc92e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user