CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/02 05:00:38
Modified files:
usr.sbin/bgpd : rde_peer.c
Log message:
In peer_up() call peer_down() instead of inlineing the work.
This is now possible since the split of peer_down() and peer_delete()
changed peer_down() to no longer free the peer.
OK tb@
