Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Uncommented out INET6.



details:   https://anonhg.NetBSD.org/src/rev/dd1ae26f1d3b
branches:  trunk
changeset: 805248:dd1ae26f1d3b
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Dec 26 11:56:14 2014 +0000

description:
Uncommented out INET6.

diffstat:

 sys/arch/evbppc/conf/TWRP1025 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2f4954cded20 -r dd1ae26f1d3b sys/arch/evbppc/conf/TWRP1025
--- a/sys/arch/evbppc/conf/TWRP1025     Fri Dec 26 11:13:05 2014 +0000
+++ b/sys/arch/evbppc/conf/TWRP1025     Fri Dec 26 11:56:14 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWRP1025,v 1.18 2014/08/24 07:59:22 jnemeth Exp $
+#      $NetBSD: TWRP1025,v 1.19 2014/12/26 11:56:14 nonaka Exp $
 #
 #      TWRP1025 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "TWRP1025-$Revision: 1.18 $"
+ident          "TWRP1025-$Revision: 1.19 $"
 
 maxusers       32
 
@@ -107,7 +107,7 @@
 options        INET_CSUM_COUNTERS
 options        TCP_CSUM_COUNTERS
 options        UDP_CSUM_COUNTERS
-#options       INET6           # IPV6
+options        INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing



Home | Main Index | Thread Index | Old Index