Module Name:    src
Committed By:   christos
Date:           Thu May 29 14:48:40 UTC 2014

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

Log Message:
enable IPSEC


To generate a diff of this commit:
cvs rdiff -u -r1.1103 -r1.1104 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1103 src/sys/arch/i386/conf/GENERIC:1.1104
--- src/sys/arch/i386/conf/GENERIC:1.1103	Mon Apr 21 12:35:38 2014
+++ src/sys/arch/i386/conf/GENERIC	Thu May 29 10:48:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1103 2014/04/21 16:35:38 chs Exp $
+# $NetBSD: GENERIC,v 1.1104 2014/05/29 14:48:40 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1103 $"
+#ident 		"GENERIC-$Revision: 1.1104 $"
 
 maxusers	64		# estimated number of users
 
@@ -199,7 +199,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