OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Marco Pfatschbacher (mpfcvs.openbsd.org)
Date: Sun Nov 27 2005 - 04:58:07 CST


CVSROOT: /cvs
Module name: src
Changes by: mpfcvs.openbsd.org 2005/11/27 03:58:07

Modified files:
        sys/netinet : ip_carp.c

Log message:
Completly remove transition path INIT -> MASTER.
A bug introduced in -r 1.4 led lower priotorized hosts
switching to MASTER state for a short time at bootup,
if preemption was enabled.
OK mcbride