Module Name:    src
Committed By:   christos
Date:           Thu May 29 14:49:36 UTC 2014

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

Log Message:
enable IPSEC


To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 src/sys/arch/amd64/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.386 src/sys/arch/amd64/conf/GENERIC:1.387
--- src/sys/arch/amd64/conf/GENERIC:1.386	Mon Apr 21 12:35:38 2014
+++ src/sys/arch/amd64/conf/GENERIC	Thu May 29 10:49:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.386 2014/04/21 16:35:38 chs Exp $
+# $NetBSD: GENERIC,v 1.387 2014/05/29 14:49:35 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.386 $"
+#ident 		"GENERIC-$Revision: 1.387 $"
 
 maxusers	64		# estimated number of users
 
@@ -176,7 +176,7 @@ options 	NFSSERVER	# Network File System
 #options 	GATEWAY		# packet forwarding
 options 	INET		# IP + ICMP + TCP + UDP
 options 	INET6		# IPV6
-#options 	IPSEC		# IP security
+options 	IPSEC		# IP security
 #options 	IPSEC_DEBUG	# debug for IP security
 #options 	MPLS		# MultiProtocol Label Switching (needs ifmpls)
 #options 	MROUTING	# IP multicast routing

Reply via email to