mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:47:29 +00:00
Merge pull request #18166 from FRRouting/mergify/bp/dev/10.3/pr-18160
bgpd: When removing the prefix list drop the pointer (backport #18160)
This commit is contained in:
commit
bb22e8b24b
@ -2827,6 +2827,8 @@ static int bgp_route_refresh_receive(struct peer_connection *connection,
|
|||||||
"%pBP rcvd Remove-All pfxlist ORF request",
|
"%pBP rcvd Remove-All pfxlist ORF request",
|
||||||
peer);
|
peer);
|
||||||
prefix_bgp_orf_remove_all(afi, name);
|
prefix_bgp_orf_remove_all(afi, name);
|
||||||
|
peer->orf_plist[afi][safi] = prefix_bgp_orf_lookup(afi,
|
||||||
|
name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user