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: Claudio Jeker (claudiocvs.openbsd.org)
Date: Mon Jun 13 2005 - 03:44:24 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2005/06/13 02:44:24

Modified files:
        usr.sbin/ospfd : interface.c

Log message:
add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simply
ignores the event. This removes the warning "fsm_if: interface em0, event
WAITTIMER not expected in state DROTHER" in case of a quick startup.
OK norby