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

Diff for /src/etc/netstart between version 1.131 and 1.132

version 1.131, 2011/02/09 17:22:06 version 1.132, 2011/05/26 15:22:53
Line 260 
Line 260 
   
 # Configure all the non-loopback interfaces which we know about, but  # Configure all the non-loopback interfaces which we know about, but
 # do not start interfaces which must be delayed. Refer to hostname.if(5)  # do not start interfaces which must be delayed. Refer to hostname.if(5)
 ifmstart "" "trunk vlan carp gif gre pfsync pppoe tun bridge"  ifmstart "" "trunk svlan vlan carp gif gre pfsync pppoe tun bridge"
   
 # 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 (s)vlan interfaces need to come up after trunk.
 # Configure all the carp interfaces which we know about before default route.  # Configure all the carp interfaces which we know about before default route.
 ifmstart "trunk 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`          fw=`sysctl -n net.inet6.ip6.forwarding`

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132