CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/02 05:03:04
Modified files:
usr.sbin/bgpd : rde_peer.c
Log message:
In peer_delete ensure that the rib_pq_head TAILQ is empty by concatenating
it onto the peerself queue.
In general this should never happen since the peer is down for 1h before
being removed and during that time the queue should empty but better safe
than sorry.
OK tb@
