17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
|
# $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:17 itojun Exp $
|
||
|
#
|
||
|
# GENERIC.v6 -- IPv6 variant of GENERIC. should be in GENERIC.
|
||
|
#
|
||
|
|
||
|
include "arch/x68k/conf/GENERIC"
|
||
|
|
||
|
# 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
|