CVSROOT: /cvs Module name: src Changes by: cami...@cvs.openbsd.org 2012/01/21 06:40:48
Modified files: usr.sbin/relayd: hce.c parse.y pfe.c relay.c relayd.c relayd.h Log message: Only start the child processes after all of them reported to have loaded the config. Solves a race at startup time where processes can send status messages about hosts that other processes don't know about yet. (and have relayd abort with "desynchronized" or "invalid host id") ok henning pyr deraadt solves the problem ok from benno todd