CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/16 09:07:31
Modified files:
usr.sbin/bgpd : rde_peer.c
Log message:
peer_dump already puts all prefixes onto the pending queue.
So there is no need to call peer_blast at the end, just call
peer_blast_done() so the EOR marker is added and the peer
is unthrottled.
This removes an extra tree walk during session establishment.
OK tb@
