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

Diff for /src/etc/netstart between version 1.206 and 1.207

version 1.206, 2020/06/21 12:28:13 version 1.207, 2020/11/08 16:51:43
Line 299 
Line 299 
   
 # 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 "" "aggr trunk svlan vlan carp pppoe tun tap gif etherip gre egre mobileip pflow wg"  ifmstart "" "aggr trunk svlan vlan carp pppoe tun tap gif etherip gre egre pflow wg"
   
 # The aggr and trunk interfaces need to come up first in this list.  # The aggr and 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 319 
Line 319 
 route -qn add -net 127 127.0.0.1 -reject >/dev/null  route -qn add -net 127 127.0.0.1 -reject >/dev/null
   
 # Configure interfaces that rely on routing  # Configure interfaces that rely on routing
 ifmstart "tun tap gif etherip gre egre mobileip pflow wg"  ifmstart "tun tap gif etherip gre egre pflow wg"
   
 if [[ $ip6kernel == YES ]]; then  if [[ $ip6kernel == YES ]]; then
         # Ensure IPv6 Duplicate Address Detection (DAD) is completed.          # Ensure IPv6 Duplicate Address Detection (DAD) is completed.

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207