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

Diff for /src/etc/netstart between version 1.117 and 1.118

version 1.117, 2008/01/09 21:38:19 version 1.118, 2008/01/17 12:36:33
Line 291 
Line 291 
 # Refer to hostname.if(5) and bridgename.if(5)  # Refer to hostname.if(5) and bridgename.if(5)
 ifmstart "" "trunk vlan carp gif gre pfsync pppoe"  ifmstart "" "trunk vlan carp gif gre pfsync pppoe"
   
   # The trunk interfaces need to come up first in this list.
   # The vlan interfaces need to come up after trunk.
   # Configure all the carp interfaces which we know about before default route.
   ifmstart "trunk 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`          fw=`sysctl -n net.inet6.ip6.forwarding`
         ra=`sysctl -n net.inet6.ip6.accept_rtadv`          ra=`sysctl -n net.inet6.ip6.accept_rtadv`
Line 301 
Line 306 
                 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
   
 # The trunk interfaces need to come up first in this list.  
 # The vlan interfaces need to come up after trunk.  
 # Configure all the carp interfaces which we know about before default route.  
 ifmstart "trunk vlan carp"  
   
 # /etc/mygate, if it exists, contains the name of my gateway host  # /etc/mygate, if it exists, contains the name of my gateway host
 # that name must be in /etc/hosts.  # that name must be in /etc/hosts.

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118