Module Name:    src
Committed By:   riastradh
Date:           Thu Aug 20 21:36:11 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: ALL

Log Message:
Add wg(4) to amd64/ALL.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/arch/amd64/conf/ALL

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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.160 src/sys/arch/amd64/conf/ALL:1.161
--- src/sys/arch/amd64/conf/ALL:1.160	Sat Aug  1 12:28:19 2020
+++ src/sys/arch/amd64/conf/ALL	Thu Aug 20 21:36:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.160 2020/08/01 12:28:19 jdolecek Exp $
+# $NetBSD: ALL,v 1.161 2020/08/20 21:36:11 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.160 $"
+#ident		"ALL-$Revision: 1.161 $"
 
 maxusers	64		# estimated number of users
 
@@ -1641,6 +1641,7 @@ pseudo-device	npf			# NPF packet filter
 pseudo-device	kttcp
 # srt is EXPERIMENTAL
 pseudo-device	srt			# source-address-based routing
+pseudo-device	wg			# WireGuard
 
 pseudo-device	canloop			# CAN loopback interface
 

Reply via email to