Module Name:    src
Committed By:   nonaka
Date:           Fri Dec 26 11:56:14 UTC 2014

Modified Files:
        src/sys/arch/evbppc/conf: TWRP1025

Log Message:
Uncommented out INET6.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbppc/conf/TWRP1025

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/evbppc/conf/TWRP1025
diff -u src/sys/arch/evbppc/conf/TWRP1025:1.18 src/sys/arch/evbppc/conf/TWRP1025:1.19
--- src/sys/arch/evbppc/conf/TWRP1025:1.18	Sun Aug 24 07:59:22 2014
+++ src/sys/arch/evbppc/conf/TWRP1025	Fri Dec 26 11:56:14 2014
@@ -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 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 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		# IP + ICMP + TCP + UDP
 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

Reply via email to