Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/conf Enable INET6.



details:   https://anonhg.NetBSD.org/src/rev/f78b18f82b0c
branches:  trunk
changeset: 488110:f78b18f82b0c
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Jun 18 10:30:35 2000 +0000

description:
Enable INET6.

diffstat:

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

diffs (27 lines):

diff -r 9459eb38456f -r f78b18f82b0c sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL        Sun Jun 18 10:11:25 2000 +0000
+++ b/sys/arch/x68k/conf/INSTALL        Sun Jun 18 10:30:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.25 2000/06/14 22:02:43 veego Exp $
+#      $NetBSD: INSTALL,v 1.26 2000/06/18 10:30:35 minoura Exp $
 
 #
 #      INSTALL -- installation kernel.
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "INSTALL-$Revision: 1.25 $"
+#ident                 "INSTALL-$Revision: 1.26 $"
 
 maxusers       8
 
@@ -168,7 +168,7 @@
 
 ## Network protocol support.  In most environments, INET is required.
 options        INET            # IP (Internet Protocol) v4
-#options       INET6           # IPV6
+options        INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security



Home | Main Index | Thread Index | Old Index