Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Add a comment about disabling INET6. Sho...
details: https://anonhg.NetBSD.org/src/rev/e6ae61b28440
branches: trunk
changeset: 329851:e6ae61b28440
user: alnsn <alnsn%NetBSD.org@localhost>
date: Thu Jun 12 12:13:36 2014 +0000
description:
Add a comment about disabling INET6. Should fix kern/48901.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 80252c76c369 -r e6ae61b28440 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Thu Jun 12 12:09:47 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC Thu Jun 12 12:13:36 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.388 2014/06/10 01:42:39 hikaru Exp $
+# $NetBSD: GENERIC,v 1.389 2014/06/12 12:13:36 alnsn Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.388 $"
+#ident "GENERIC-$Revision: 1.389 $"
maxusers 64 # estimated number of users
@@ -175,7 +175,7 @@
# Networking options
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
-options INET6 # IPV6
+options INET6 # IPV6 (disable it together with stf device)
options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
#options MPLS # MultiProtocol Label Switching (needs ifmpls)
Home |
Main Index |
Thread Index |
Old Index