CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/10 11:08:42
Modified files:
sys/net : if.c
Log message:
Clear ifindex2ifnet[] in if_detach() this is needed because link local
addressing in IPv6 likes to do ifp = ifindex2ifnet[ifindex] without properly
checking if the ifindex is valid. As a side-effect this solves parts of
PR 5981. Debugged by [EMAIL PROTECTED] OK jsing@, deraadt@
