Skip to content

Commit

Permalink
Merge pull request #18173 from FRRouting/mergify/bp/stable/8.4/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 8dc6f74 + 6358e0a commit 9b598c4
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 @@ -2383,6 +2383,8 @@ static int bgp_route_refresh_receive(struct peer *peer, bgp_size_t size)
"%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 9b598c4

Please sign in to comment.