|
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 (claudio
cvs.openbsd.org)
Date: Mon Apr 25 2005 - 06:31:50 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: claudio
cvs.openbsd.org 2005/04/25 05:31:50
Modified files:
usr.sbin/ospfd : interface.c ospfe.c ospfe.h
Log message:
Call if_init() later and for each interface separately.
Move code from if_act_start() to if_init() that needs to be called only
once per interface. Especially event_set should be called only once as it
initializes struct event and so may cause corruption of the event queue if
called twice.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]