From aa11952de67bb0a85491f1f70edbffdb093a42b5 Mon Sep 17 00:00:00 2001 From: jun Date: Tue, 5 Oct 1999 02:22:14 +0000 Subject: [PATCH] kernel configuration for IPv6/IPsec. should be in GENERIC in the future. --- sys/arch/arm32/conf/CATS.v6 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sys/arch/arm32/conf/CATS.v6 diff --git a/sys/arch/arm32/conf/CATS.v6 b/sys/arch/arm32/conf/CATS.v6 new file mode 100644 index 000000000000..5c1e64e7bb97 --- /dev/null +++ b/sys/arch/arm32/conf/CATS.v6 @@ -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