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

Diff for /src/etc/netstart between version 1.216 and 1.217

version 1.216, 2021/09/02 19:38:20 version 1.217, 2022/02/22 06:44:40
Line 331 
Line 331 
   
 # 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 pflow wg"  ifmstart "" "aggr trunk svlan vlan carp pppoe tun tap gif etherip gre egre nvgre eoip vxlan 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 360 
Line 360 
 fi  fi
   
 # Configure interfaces that rely on routing  # Configure interfaces that rely on routing
 ifmstart "tun tap gif etherip gre egre pflow wg"  ifmstart "tun tap gif etherip gre egre nvgre eoip vxlan 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.216  
changed lines
  Added in v.1.217