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

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

version 1.144, 2014/12/03 19:55:49 version 1.145, 2015/06/06 13:13:07
Line 242 
Line 242 
 ifmstart "trunk svlan vlan carp"  ifmstart "trunk svlan vlan carp"
   
 if [ "$ip6kernel" = "YES" -a "x$rtsolif" != "x" ]; then  if [ "$ip6kernel" = "YES" -a "x$rtsolif" != "x" ]; then
         fw=`sysctl -n net.inet6.ip6.forwarding`          echo "IPv6 autoconf:$rtsolif"
         if [ "x$fw" = "x0" ]; then          ifconfig $rtsolif inet6 autoconf
                 echo "IPv6 autoconf:$rtsolif"  
                 ifconfig $rtsolif inet6 autoconf  
         else  
                 echo "IPv6 autoconf not supported while IPv6 forwarding is enabled"  
         fi  
 fi  fi
   
 # Look for default routes in /etc/mygate.  # Look for default routes in /etc/mygate.

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