Module Name: src
Committed By: kiyohara
Date: Sun Jun 9 06:29:01 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: ARMADAXP
Log Message:
Comment-out options IPSEC*.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/ARMADAXP
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/ARMADAXP
diff -u src/sys/arch/evbarm/conf/ARMADAXP:1.3 src/sys/arch/evbarm/conf/ARMADAXP:1.4
--- src/sys/arch/evbarm/conf/ARMADAXP:1.3 Wed Jun 5 23:08:00 2013
+++ src/sys/arch/evbarm/conf/ARMADAXP Sun Jun 9 06:29:01 2013
@@ -1,5 +1,5 @@
#
-# $NetBSD: ARMADAXP,v 1.3 2013/06/05 23:08:00 christos Exp $
+# $NetBSD: ARMADAXP,v 1.4 2013/06/09 06:29:01 kiyohara Exp $
#
# ARMADA XP DEV BOARD
#
@@ -57,8 +57,8 @@ options WAPBL # File system journaling
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6
-options IPSEC # IP security
-options IPSEC_DEBUG # debug for IP security
+#options IPSEC # IP security
+#options IPSEC_DEBUG # debug for IP security
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
options NETATALK # AppleTalk networking