CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2009/03/29 15:48:35

Modified files:
        usr.sbin/ospf6d: rde_spf.c 

Log message:
Update spf_calc() for OSPFv3.

This implements the first stage of the shortest path tree calculation
(Dijkstra calculation) as outlined in rfc5340, with the exception that
we do not yet treat multiple router LSAs originated by a single router
as an agregate. For now, we only use the Router LSA with the lowest link
state ID.

For each destination, show the calculated set of nexthops in the debug log.
We can stop doing this once spf tree calculation has been shown to be stable.

"A lot of debug code but yes why not. commit it." claudio@

Reply via email to