CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/13 19:21:15
Modified files:
sys/net : Tag: OPENBSD_4_4 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.
