mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +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",
|
||||
peer);
|
||||
prefix_bgp_orf_remove_all(afi, name);
|
||||
peer->orf_plist[afi][safi] = prefix_bgp_orf_lookup(afi,
|
||||
name);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user