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

Diff for /src/etc/netstart between version 1.151 and 1.152

version 1.151, 2015/07/19 19:52:36 version 1.152, 2015/07/19 23:42:58
Line 236 
Line 236 
   
 # 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"  ifmstart "" "trunk svlan vlan carp gif gre pfsync pppoe tun bridge 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 300 
Line 300 
 esac  esac
   
   
 # Configure PPPoE, GIF, GRE and TUN interfaces, delayed because they require  # Configure PPPoE, GIF, GRE, TUN and PFLOW interfaces, delayed because they
 # routes to be set.  TUN might depend on PPPoE, and GIF or GRE may depend on  # require routes to be set. TUN might depend on PPPoE, and GIF or GRE may
 # either of them.  # depend on either of them. PFLOW might bind to ip addresses configured
 ifmstart "pppoe tun gif gre bridge"  # on either of them.
   ifmstart "pppoe tun gif gre bridge 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.151  
changed lines
  Added in v.1.152