[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.123 and 1.124

version 1.123, 2008/08/14 00:59:50 version 1.124, 2008/11/25 12:11:44
Line 390 
Line 390 
   
 if [ "$ip6kernel" = "YES" ]; then  if [ "$ip6kernel" = "YES" ]; then
         # this is to make sure DAD is completed before going further.          # this is to make sure DAD is completed before going further.
         sleep `sysctl -n net.inet6.ip6.dad_count`          count=0
           while [ $((count++)) -lt 10 -a "x"`sysctl -n net.inet6.ip6.dad_pending` != "x0" ]; do
                   sleep 1
           done
 fi  fi

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124