From 4cbf118032224fcef30e2b38fb9c56840a8a29e8 Mon Sep 17 00:00:00 2001 From: explorer Date: Fri, 23 Jul 1999 22:45:23 +0000 Subject: [PATCH] add a SHARK.v6, so the shark specific kernel can get v6, too --- sys/arch/arm32/conf/SHARK.v6 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sys/arch/arm32/conf/SHARK.v6 diff --git a/sys/arch/arm32/conf/SHARK.v6 b/sys/arch/arm32/conf/SHARK.v6 new file mode 100644 index 000000000000..2ce94596d5ae --- /dev/null +++ b/sys/arch/arm32/conf/SHARK.v6 @@ -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