Module Name:    src
Committed By:   martin
Date:           Wed May  6 19:47:59 UTC 2015

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

Log Message:
Enable INET6 by default


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/conf/ERLITE

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/ERLITE
diff -u src/sys/arch/evbmips/conf/ERLITE:1.2 src/sys/arch/evbmips/conf/ERLITE:1.3
--- src/sys/arch/evbmips/conf/ERLITE:1.2	Fri May  1 07:23:47 2015
+++ src/sys/arch/evbmips/conf/ERLITE	Wed May  6 19:47:59 2015
@@ -1,11 +1,11 @@
-#	$NetBSD: ERLITE,v 1.2 2015/05/01 07:23:47 hikaru Exp $
+#	$NetBSD: ERLITE,v 1.3 2015/05/06 19:47:59 martin Exp $
 
 include 	"arch/mips/conf/std.octeon"
 include 	"arch/evbmips/conf/files.octeon"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ERLITE-$Revision: 1.2 $"
+#ident 		"ERLITE-$Revision: 1.3 $"
 
 maxusers	32
 
@@ -87,7 +87,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_DEBUG	# debug for IP security
 #options 	MROUTING	# packet forwarding of multicast packets

Reply via email to