CVSROOT: /cvs
Module name: src
Changes by: claudio cvs.openbsd.org 2007/04/11 01:09:15
Modified files:
usr.sbin/ospfd : rde.c
Log message:
Simplify rde_summary_update(). The route entry has a
valid/invalid flag
so there is no need to loop over the nexthops and we no
longer need to
pass the rt_nexthop to the summary LSA generation (a flag is
enough).
OK norby pyr
|