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

Diff for /src/etc/netstart between version 1.115 and 1.116

version 1.115, 2006/11/15 06:28:33 version 1.116, 2007/08/02 03:19:10
Line 301 
Line 301 
                 echo "WARNING: inconsistent config - check /etc/sysctl.conf for IPv6 autoconf"                  echo "WARNING: inconsistent config - check /etc/sysctl.conf for IPv6 autoconf"
         fi          fi
 fi  fi
 if [ "$ip6kernel" = "YES" ]; then  
         # this is to make sure DAD is completed before going further.  
         sleep `sysctl -n net.inet6.ip6.dad_count`  
 fi  
   
 # The trunk interfaces need to come up first in this list.  # The trunk interfaces need to come up first in this list.
 # The vlan interfaces need to come up after trunk.  # The vlan interfaces need to come up after trunk.
Line 381 
Line 377 
   
         bridgestart $if          bridgestart $if
 done  done
   
   if [ "$ip6kernel" = "YES" ]; then
           # this is to make sure DAD is completed before going further.
           sleep `sysctl -n net.inet6.ip6.dad_count`
   fi

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116