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

Diff for /src/etc/netstart between version 1.106 and 1.107

version 1.106, 2005/09/28 17:40:30 version 1.107, 2005/10/04 12:50:15
Line 290 
Line 290 
 # 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.  # do not start interfaces which must be delayed.
 # Refer to hostname.if(5) and bridgename.if(5)  # Refer to hostname.if(5) and bridgename.if(5)
 ifmstart "" "carp gif gre pfsync pppoe"  ifmstart "" "trunk vlan carp gif gre pfsync pppoe"
   
 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`
Line 307 
Line 307 
         sleep `sysctl -n net.inet6.ip6.dad_count`          sleep `sysctl -n net.inet6.ip6.dad_count`
 fi  fi
   
 # The pfsync interface needs to come up before carp.  # The trunk interfaces need to come up first in this list.
   # The vlan interfaces need to come up after trunk.
   # The pfsync interfaces need to come up before carp.
 # Configure all the carp interfaces which we know about.  # Configure all the carp interfaces which we know about.
 # They must come up after pfsync but before default route.  # They must come up after pfsync but before default route.
 ifmstart "pfsync carp"  ifmstart "trunk vlan pfsync 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.106  
changed lines
  Added in v.1.107