CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/11 02:19:44
Modified files:
usr.sbin/bgpd : bgpd.h rde.c rde.h rde_peer.c rde_rib.c
Log message:
Introduce a peer_reaper() which asynchronously removes the Adj-RIB-Out
of a peer.
Once the peer is kind of done enqueue it onto the zombie list and then
the reaper will take care of the Adj-RIB-Out.
OK tb@
