CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/28 09:06:00
Modified files:
usr.sbin/ospf6d: kroute.c
Log message:
If there is no next hop but an interface index, create a cloning
route. This happens when we learn from another router that a
directly attached link has a prefix for which we have no address
configured at the interface. In this case, we should do neighbor
discovery to directly reach the hosts with that prefix on the link.
ok claudio@
