Module Name:    src
Committed By:   matt
Date:           Mon Jan 28 06:38:50 UTC 2013

Modified Files:
        src/sys/arch/evbmips/conf: XLSATX

Log Message:
Enable INET6


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/conf/XLSATX

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/evbmips/conf/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.10 src/sys/arch/evbmips/conf/XLSATX:1.11
--- src/sys/arch/evbmips/conf/XLSATX:1.10	Thu Feb  9 18:58:14 2012
+++ src/sys/arch/evbmips/conf/XLSATX	Mon Jan 28 06:38:50 2013
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.10 2012/02/09 18:58:14 matt Exp $
+#	$NetBSD: XLSATX,v 1.11 2013/01/28 06:38:50 matt Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.10 $"
+#ident 		"XLSATX-$Revision: 1.11 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -95,7 +95,7 @@ options 	FFS_NO_SNAPSHOT	# No FFS snapsh
 # Networking options
 #options 	GATEWAY		# IP packet forwarding
 options 	INET		# Internet protocols
-#options 	INET6		# IPV6
+options 	INET6		# IPV6
 #options 	IPSEC		# IP security
 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)

Reply via email to