Index: netstart =================================================================== RCS file: /cvs/src/etc/netstart,v retrieving revision 1.216 diff -u -p -r1.216 netstart --- netstart 2 Sep 2021 19:38:20 -0000 1.216 +++ netstart 21 Feb 2022 05:05:51 -0000 @@ -331,7 +337,7 @@ vifscreate # Configure all the non-loopback interfaces which we know about, but # 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 vxlan pflow wg" # The aggr and trunk interfaces need to come up first in this list. # The (s)vlan interfaces need to come up after trunk. @@ -360,7 +366,7 @@ else fi # Configure interfaces that rely on routing -ifmstart "tun tap gif etherip gre egre pflow wg" +ifmstart "tun tap gif etherip gre egre nvgre vxlan pflow wg" if [[ $ip6kernel == YES ]]; then # Ensure IPv6 Duplicate Address Detection (DAD) is completed.