Module Name:    src
Committed By:   skrll
Date:           Tue Nov 28 07:24:32 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC.common

Log Message:
+gif


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/conf/GENERIC.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.23 src/sys/arch/evbarm/conf/GENERIC.common:1.24
--- src/sys/arch/evbarm/conf/GENERIC.common:1.23	Thu Oct 12 20:03:38 2017
+++ src/sys/arch/evbarm/conf/GENERIC.common	Tue Nov 28 07:24:32 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.common,v 1.23 2017/10/12 20:03:38 skrll Exp $
+#	$NetBSD: GENERIC.common,v 1.24 2017/11/28 07:24:32 skrll Exp $
 #
 #	GENERIC evbarm kernel config (template)
 #
@@ -140,6 +140,7 @@ pseudo-device	ppp			# Point-to-Point Pro
 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
 pseudo-device	tun			# network tunneling over tty
 pseudo-device	tap			# virtual Ethernet
+pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
 pseudo-device	gre			# generic L3 over IP tunnel
 pseudo-device	npf			# NPF packet filter
 

Reply via email to