Forgotten MFC related to if_tuntap

Pavel Timofeev timp87 at gmail.com
Wed Feb 26 08:18:26 UTC 2020


Hi,
Looking at 12-STABLE I found that r354060 missed one more change (i.
e. https://svnweb.freebsd.org/base?view=revision&revision=347515 from
HEAD):

------------------------------------------------------------------------
r347515 | markj | 2019-05-13 04:18:17 +0300 (Mon, 13 May 2019) | 4 lines

Catch up with r347241.

MFC with:       r347241


Index: head/sys/mips/conf/std.AR_MIPS_BASE
===================================================================
--- head/sys/mips/conf/std.AR_MIPS_BASE (revision 347514)
+++ head/sys/mips/conf/std.AR_MIPS_BASE (revision 347515)
@@ -21,8 +21,8 @@
 # .. And no sysctl strings
 options        NO_SYSCTL_DESCR

-makeoptions    MODULES_OVERRIDE+="gpio ar71xx if_gif if_vlan if_gre if_tap"
-makeoptions    MODULES_OVERRIDE+="if_tun if_bridge bridgestp usb"
+makeoptions    MODULES_OVERRIDE+="gpio ar71xx if_gif if_vlan if_gre if_tuntap"
+makeoptions    MODULES_OVERRIDE+="if_bridge bridgestp usb"
 makeoptions    MODULES_OVERRIDE+="alq"

 # Random - required during early boot!

------------------------------------------------------------------------


More information about the freebsd-stable mailing list