Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 05:29:00 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360681 - stable/12/sys/mips/conf
Message-ID:  <202005060529.0465T0b3005930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005060529.0465T0b3005930>