Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Comment-out options IPSEC*.
details: https://anonhg.NetBSD.org/src/rev/7ef48dbcdaec
branches: trunk
changeset: 787278:7ef48dbcdaec
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sun Jun 09 06:29:01 2013 +0000
description:
Comment-out options IPSEC*.
diffstat:
sys/arch/evbarm/conf/ARMADAXP | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r bbec15ca68da -r 7ef48dbcdaec sys/arch/evbarm/conf/ARMADAXP
--- a/sys/arch/evbarm/conf/ARMADAXP Sun Jun 09 06:28:16 2013 +0000
+++ b/sys/arch/evbarm/conf/ARMADAXP Sun Jun 09 06:29:01 2013 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index