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: Tue Apr 10 2007 - 08:26:39 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/04/10 07:26:39

Modified files:
        usr.sbin/ospfd : rde.c rde.h rde_lsdb.c rde_spf.c

Log message:
Next step in equal cost multipath support. Make the SPF calculation multipath
aware. Both the SPF and RIB trees need additional structures to store the
multiple nexthops to the destination but only the first active nexthop is
passed to the parent process and used for routing. This is the next thing
that needs to be modified. Tested and OK pyr