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 kernel configuration for IPv6/IPsec. sh...
details: https://anonhg.NetBSD.org/src/rev/747248ff0588
branches: trunk
changeset: 476957:747248ff0588
user: jun <jun%NetBSD.org@localhost>
date: Tue Oct 05 02:22:14 1999 +0000
description:
kernel configuration for IPv6/IPsec. should be in GENERIC in the future.
diffstat:
sys/arch/arm32/conf/CATS.v6 | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diffs (31 lines):
diff -r 1393ba8b3f03 -r 747248ff0588 sys/arch/arm32/conf/CATS.v6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm32/conf/CATS.v6 Tue Oct 05 02:22:14 1999 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: CATS.v6,v 1.1 1999/10/05 02:22:14 jun Exp $
+#
+# GENERIC.v6 -- IPv6 variant of GENERIC. should be in GENERIC.
+#
+
+include "arch/arm32/conf/CATS"
+
+# 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