Skip to content

Commit

Permalink
Merge pull request #18170 from FRRouting/mergify/bp/stable/9.1/pr-18160
Browse files Browse the repository at this point in the history
bgpd: When removing the prefix list drop the pointer (backport #18160)
  • Loading branch information
donaldsharp authored Feb 15, 2025
2 parents 268ea05 + 63fec93 commit 84e46f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bgpd/bgp_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -2599,6 +2599,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;
}

Expand Down

0 comments on commit 84e46f6

Please sign in to comment.