CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/15 18:25:02
Modified files:
usr.sbin/relayd: ca.c check_icmp.c hce.c relayd.h
Log message:
relayd: use a per-host random ICMP echo id
The echo id used to be a single pid-derived value shared by all hosts for the
whole process lifetime. Give each host its own random id, refreshed on every
check cycle.
"Looks like a good enough step" deraadt@
