Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Enable INET6 by default



details:   https://anonhg.NetBSD.org/src/rev/21c055d3ca1a
branches:  trunk
changeset: 337986:21c055d3ca1a
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 06 19:47:59 2015 +0000

description:
Enable INET6 by default

diffstat:

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

diffs (26 lines):

diff -r 54d49d3d54e5 -r 21c055d3ca1a sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Wed May 06 17:31:49 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Wed May 06 19:47:59 2015 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index