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

Diff for /src/etc/netstart between version 1.143 and 1.144

version 1.143, 2014/09/28 12:58:02 version 1.144, 2014/12/03 19:55:49
Line 245 
Line 245 
         fw=`sysctl -n net.inet6.ip6.forwarding`          fw=`sysctl -n net.inet6.ip6.forwarding`
         if [ "x$fw" = "x0" ]; then          if [ "x$fw" = "x0" ]; then
                 echo "IPv6 autoconf:$rtsolif"                  echo "IPv6 autoconf:$rtsolif"
                 rtsol $rtsolif                  ifconfig $rtsolif inet6 autoconf
         else          else
                 echo "IPv6 autoconf not supported while IPv6 forwarding is enabled"                  echo "IPv6 autoconf not supported while IPv6 forwarding is enabled"
         fi          fi

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144