Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/conf add a SHARK.v6, so the shark specific ke...



details:   https://anonhg.NetBSD.org/src/rev/0ce732a56e29
branches:  trunk
changeset: 474870:0ce732a56e29
user:      explorer <explorer%NetBSD.org@localhost>
date:      Fri Jul 23 22:45:23 1999 +0000

description:
add a SHARK.v6, so the shark specific kernel can get v6, too

diffstat:

 sys/arch/arm32/conf/SHARK.v6 |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (31 lines):

diff -r 03bb11789bce -r 0ce732a56e29 sys/arch/arm32/conf/SHARK.v6
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm32/conf/SHARK.v6      Fri Jul 23 22:45:23 1999 +0000
@@ -0,0 +1,27 @@
+#      $NetBSD: SHARK.v6,v 1.1 1999/07/23 22:45:23 explorer Exp $
+#
+#      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
+#
+
+include "arch/arm32/conf/SHARK"
+
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
+# IPv6 options
+options        INET6           # IPV6
+options        IPSEC           # IP security
+#options       IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
+#options       IPSEC_DEBUG     # debug for IP security
+
+# for IPv6
+pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
+pseudo-device  faith           1       # IPv[46] tcp relay translation i/f



Home | Main Index | Thread Index | Old Index