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: Thu Feb 01 2007 - 07:02:05 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/02/01 06:02:05

Modified files:
        usr.sbin/ospfd : ospfd.c ospfd.h ospfe.c rde.c

Log message:
Preliminary configuration reload support. Seems to work reasonably well
after fixing many use-after-free errors a couple of days ago.
Most cases -- adding/removing of interfaces, adding/removing of areas --
seem to work. Still merge_config() is a behemoth of a function and some
edge cases may not be covered correctly (yet).
OK norby pyr