CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 03:19:48
Modified files:
usr.sbin/bgpd : rde_peer.c
Log message:
Use simpler logic to ensure path_id_tx is never 0
There is a theoretical case where the 0 conflict would be missed if
this arc4random() returned 0 for the first peer.
OK tb@
