Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/conf Add IPv6 stuff.
details: https://anonhg.NetBSD.org/src/rev/1ce1c8a1a4bf
branches: trunk
changeset: 480377:1ce1c8a1a4bf
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jan 10 06:12:20 2000 +0000
description:
Add IPv6 stuff.
diffstat:
sys/arch/sun3/conf/GENERIC3X | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (44 lines):
diff -r 352c50a32b5f -r 1ce1c8a1a4bf sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X Mon Jan 10 05:03:24 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X Mon Jan 10 06:12:20 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.27 1999/11/15 19:10:58 fvdl Exp $
+# $NetBSD: GENERIC3X,v 1.28 2000/01/10 06:12:20 tsutsui Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@@ -67,8 +67,25 @@
#options FFS_EI # FFS Endian Independant support
#options SOFTDEP # FFS soft updates support.
+# Pull in config fragments for kernel crypto. This is required for
+# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
+# one of these, based on whether you use crypto-us or crypto-intl, and
+# adjust the prefixes as necessary.
+
+#prefix ../crypto-us/sys
+#cinclude "conf/files.crypto-us"
+#prefix
+
+#prefix ../crypto-intl/sys
+#cinclude "conf/files.crypto-intl"
+#prefix
+
# Networking options
options INET # IP prototol stack support
+options INET6 # IPV6
+#options IPSEC # IP security
+#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
+#options IPSEC_DEBUG # debug for IP security
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#options GATEWAY # IP packet forwarding
#options ISO,TPIP # OSI networking
@@ -207,6 +224,8 @@
pseudo-device tun 2 # network tunneling over tty
#pseudo-device gre 2 # generic L3 over IP tunnel
#pseudo-device ipfilter # ip filter
+pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
+#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
Home |
Main Index |
Thread Index |
Old Index