CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/22 15:15:25
Modified files:
usr.sbin/ospf6d: kroute.c ospf6d.c ospf6d.h parse.y printconf.c
Log message:
Redistributing the default route with ospf6d did not work correctly.
- kroute.c may not ignore the default route.
- Use the ROUNDUP macro from route/show.c as this one is also correct
for netmask with prefixlen 0.
- Implement ospf_redistribute and the redistribute parser like
ospfd.
ok claudio@
