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

Diff for /src/etc/netstart between version 1.170 and 1.171

version 1.170, 2016/09/09 19:48:16 version 1.171, 2016/09/27 09:19:11
Line 251 
Line 251 
   
 # 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 svlan vlan carp gif gre pfsync pppoe tun bridge pflow"  ifmstart "" "trunk svlan vlan carp gif gre pfsync pppoe tun bridge switch pflow"
   
 # The trunk interfaces need to come up first in this list.  # The trunk interfaces need to come up first in this list.
 # The (s)vlan interfaces need to come up after trunk.  # The (s)vlan interfaces need to come up after trunk.
Line 283 
Line 283 
 # require routes to be set. TUN might depend on PPPoE, and GIF or GRE may  # require routes to be set. TUN might depend on PPPoE, and GIF or GRE may
 # depend on either of them. PFLOW might bind to ip addresses configured  # depend on either of them. PFLOW might bind to ip addresses configured
 # on either of them.  # on either of them.
 ifmstart "pppoe tun gif gre bridge pflow"  ifmstart "pppoe tun gif gre bridge switch pflow"
   
 # Reject 127/8 other than 127.0.0.1.  # Reject 127/8 other than 127.0.0.1.
 route -qn add -net 127 127.0.0.1 -reject >/dev/null  route -qn add -net 127 127.0.0.1 -reject >/dev/null

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171