mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-16 11:34:14 +00:00
Merge pull request #3455 from donaldsharp/full_revert
bgpd: Back out rest of e23b9ef6d2
This commit is contained in:
commit
29f00acc8c
@ -578,7 +578,7 @@ leak_update(struct bgp *bgp, /* destination bgp instance */
|
||||
return bpi;
|
||||
}
|
||||
|
||||
new = info_make(bpi_ultimate->type, BGP_ROUTE_IMPORTED, 0,
|
||||
new = info_make(ZEBRA_ROUTE_BGP, BGP_ROUTE_IMPORTED, 0,
|
||||
bgp->peer_self, new_attr, bn);
|
||||
|
||||
if (nexthop_self_flag)
|
||||
|
Loading…
Reference in New Issue
Block a user