svn commit: r360681 - stable/12/sys/mips/conf

John Baldwin jhb at FreeBSD.org
Wed May 6 05:29:01 UTC 2020


Author: jhb
Date: Wed May  6 05:29:00 2020
New Revision: 360681
URL: https://svnweb.freebsd.org/changeset/base/360681

Log:
  Update a few more kernel configs for tun -> tuntap.

Modified:
  stable/12/sys/mips/conf/GXEMUL
  stable/12/sys/mips/conf/GXEMUL32

Modified: stable/12/sys/mips/conf/GXEMUL
==============================================================================
--- stable/12/sys/mips/conf/GXEMUL	Wed May  6 01:47:45 2020	(r360680)
+++ stable/12/sys/mips/conf/GXEMUL	Wed May  6 05:29:00 2020	(r360681)
@@ -54,7 +54,7 @@ device		gxemul_ether
 device		loop		# Network loopback
 device		random		# Entropy device
 device		ether		# Ethernet support
-device		tun		# Packet tunnel.
+device		tuntap		# Packet tunnel.
 device		md		# Memory "disks"
 device		gif		# IPv6 and IPv4 tunneling
 

Modified: stable/12/sys/mips/conf/GXEMUL32
==============================================================================
--- stable/12/sys/mips/conf/GXEMUL32	Wed May  6 01:47:45 2020	(r360680)
+++ stable/12/sys/mips/conf/GXEMUL32	Wed May  6 05:29:00 2020	(r360681)
@@ -52,7 +52,7 @@ device		gxemul_ether
 device		loop		# Network loopback
 device		random		# Entropy device
 device		ether		# Ethernet support
-device		tun		# Packet tunnel.
+device		tuntap		# Packet tunnel.
 device		md		# Memory "disks"
 device		gif		# IPv6 and IPv4 tunneling
 


More information about the svn-src-stable mailing list