Skip to content

Commit

Permalink
Merge pull request FRRouting#18160 from donaldsharp/orf_plist_argie_b…
Browse files Browse the repository at this point in the history
…argie

bgpd: When removing the prefix list drop the pointer
  • Loading branch information
eqvinox authored Feb 14, 2025
2 parents d8ea27a + 3d43d7b commit 050989d
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 @@ -2840,6 +2840,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 050989d

Please sign in to comment.