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

Diff for /src/etc/netstart between version 1.56 and 1.57

version 1.56, 2000/01/02 05:14:52 version 1.57, 2000/01/02 05:21:55
Line 153 
Line 153 
         fw=`sysctl -n net.inet6.ip6.forwarding`          fw=`sysctl -n net.inet6.ip6.forwarding`
         ra=`sysctl -n net.inet6.ip6.accept_rtadv`          ra=`sysctl -n net.inet6.ip6.accept_rtadv`
         if [ "x$fw" = "x0" -a "x$ra" = "x1" ]; then          if [ "x$fw" = "x0" -a "x$ra" = "x1" ]; then
                   echo "IPv6 autoconf:$rtsolif"
                 rtsol $rtsolif                  rtsol $rtsolif
         else          else
                 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
   if [ "$ip6kernel" = "YES" ]; then
           # this is to make sure DAD is completed before going further.
           sleep `sysctl -n net.inet6.ip6.dad_count`
           sleep 1
 fi  fi
   
 for bn in /etc/bridgename.*; do  for bn in /etc/bridgename.*; do

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57