add stf pseudo interface (commented out due to possible security risks)

This commit is contained in:
itojun 2000-04-19 06:50:27 +00:00
parent d300ce3942
commit 3be41bae18
26 changed files with 78 additions and 52 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.147 2000/04/03 00:03:28 augustss Exp $
# $NetBSD: GENERIC,v 1.148 2000/04/19 06:50:27 itojun Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
#ident "GENERIC-$Revision: 1.147 $"
#ident "GENERIC-$Revision: 1.148 $"
maxusers 32
@ -393,6 +393,7 @@ pseudo-device vnd 4
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device sequencer 1 # MIDI sequencer
# rnd is EXPERIMENTAL

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.141 2000/04/01 20:21:27 is Exp $
# $NetBSD: GENERIC,v 1.142 2000/04/19 06:50:29 itojun Exp $
#
#if 0
@ -16,7 +16,7 @@
include "arch/amiga/conf/std.amiga"
#ident "GENERIC-$Revision: 1.141 $"
#ident "GENERIC-$Revision: 1.142 $"
maxusers 8
options RTC_OFFSET=0
@ -451,6 +451,7 @@ pseudo-device bpfilter 16 # Berkeley packet filter
pseudo-device ipfilter # IP Filter package
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty 16 # pseudo ptys

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.28 2000/03/22 00:58:18 cgd Exp $
# $NetBSD: GENERIC,v 1.29 2000/04/19 06:50:29 itojun Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# GENERIC -- everything that's currently supported
@ -6,7 +6,7 @@
include "arch/arc/conf/std.arc"
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
maxusers 32 # estimated number of users
@ -267,6 +267,7 @@ pseudo-device tun 2 # network tunneling over tty
pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.65 2000/03/06 03:16:25 mark Exp $
# $NetBSD: GENERIC,v 1.66 2000/04/19 06:50:29 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/arm32/conf/std.arm32"
#ident "GENERIC-$Revision: 1.65 $"
#ident "GENERIC-$Revision: 1.66 $"
# estimated number of users
maxusers 32
@ -280,6 +280,7 @@ pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter 1 # ip filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
#pseudo-device strip 4 # STRIP
pseudo-device pty 32 # pseudo-terminals
pseudo-device tb 1 # tablet line discipline

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC,v 1.64 2000/03/22 00:58:19 cgd Exp $
# $NetBSD: GENERIC,v 1.65 2000/04/19 06:50:30 itojun Exp $
#
# Generic atari
#
@ -8,7 +8,7 @@
include "arch/atari/conf/std.atari"
#ident "GENERIC-$Revision: 1.64 $"
#ident "GENERIC-$Revision: 1.65 $"
#
# Add support for about 16 users. This variable is used to size
@ -180,6 +180,7 @@ pseudo-device tun 2 # network tunnel
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.26 2000/03/22 00:58:19 cgd Exp $
# $NetBSD: GENERIC,v 1.27 2000/04/19 06:50:30 itojun Exp $
#
# First try for BEBOX config file
#
include "arch/bebox/conf/std.bebox"
#ident "GENERIC-$Revision: 1.26 $"
#ident "GENERIC-$Revision: 1.27 $"
maxusers 32
@ -78,6 +78,7 @@ pseudo-device loop
pseudo-device bpfilter 8 # packet filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device pty 64
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.1 2000/03/30 20:01:02 soren Exp $
# $NetBSD: GENERIC,v 1.2 2000/04/19 06:50:30 itojun Exp $
include "arch/cobalt/conf/std.cobalt"
#ident "GENERIC-$Revision: 1.1 $"
#ident "GENERIC-$Revision: 1.2 $"
maxusers 32
@ -243,6 +243,7 @@ pseudo-device loop # network loopback
#pseudo-device ipip 2 # RFC 2003 IP Encapsulation
#pseudo-device gif 4 # RFC1933 tunnel
#pseudo-device faith 1 # IPv[46] tcp relay translation
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# Miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.53 2000/02/29 06:32:24 simonb Exp $
# $NetBSD: GENERIC,v 1.54 2000/04/19 06:50:31 itojun Exp $
#
# Generic kernel - one size fits all.
#
@ -6,7 +6,7 @@
# Include attributes common to all hp300s
include "arch/hp300/conf/std.hp300"
#ident "GENERIC-$Revision: 1.53 $"
#ident "GENERIC-$Revision: 1.54 $"
# Support for various CPU types
options HP320
@ -202,5 +202,6 @@ pseudo-device ipfilter # IP Filter package
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -2,11 +2,11 @@
# Distribution kernel (any model) kernel config file
#
# $NetBSD: GENERIC,v 1.43 2000/04/09 08:28:00 takemura Exp $
# $NetBSD: GENERIC,v 1.44 2000/04/19 06:50:31 itojun Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
#ident "GENERIC-$Revision: 1.43 $"
#ident "GENERIC-$Revision: 1.44 $"
maxusers 8
@ -308,3 +308,4 @@ pseudo-device wsmux 2 # mouse & keyboard multiplexor
# for IPv6
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp $
# $NetBSD: GENERIC,v 1.326 2000/04/19 06:50:31 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.325 $"
#ident "GENERIC-$Revision: 1.326 $"
maxusers 32 # estimated number of users
@ -814,6 +814,7 @@ pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.99 2000/03/31 08:27:43 scottr Exp $
# $NetBSD: GENERIC,v 1.100 2000/04/19 06:50:32 itojun Exp $
#
# GENERIC
include "arch/mac68k/conf/std.mac68k"
#ident "GENERIC-$Revision: 1.99 $"
#ident "GENERIC-$Revision: 1.100 $"
maxusers 16 # estimated number of users
@ -261,6 +261,7 @@ pseudo-device tun 2 # network tunneling over tty
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# miscellaneous pseudo-devices
pseudo-device grf 2 # grf emulation for wscons

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.60 2000/04/03 00:03:30 augustss Exp $
# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:32 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
#ident "GENERIC-$Revision: 1.60 $"
#ident "GENERIC-$Revision: 1.61 $"
maxusers 32
@ -283,6 +283,7 @@ pseudo-device tun 4 # network tunneling over tty
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device pty 64 # pseudo-terminals
# rnd is EXPERIMENTAL at this point.

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.12 2000/03/22 00:58:21 cgd Exp $
# $NetBSD: GENERIC,v 1.13 2000/04/19 06:50:33 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/mmeye/conf/std.mmeye"
#ident "GENERIC-$Revision: 1.12 $"
#ident "GENERIC-$Revision: 1.13 $"
maxusers 16 # estimated number of users
@ -170,6 +170,7 @@ pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device pty 16 # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.6 2000/03/18 22:33:02 scw Exp $
# $NetBSD: GENERIC,v 1.7 2000/04/19 06:50:33 itojun Exp $
include "arch/mvme68k/conf/std.mvme68k"
#ident "GENERIC-$Revision: 1.6 $"
#ident "GENERIC-$Revision: 1.7 $"
# Boards this kernel supports
options MVME147
@ -76,6 +76,7 @@ pseudo-device loop
pseudo-device bpfilter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device pty
pseudo-device vnd 2

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.6 2000/02/12 08:52:11 tsutsui Exp $
# $NetBSD: GENERIC,v 1.7 2000/04/19 06:50:33 itojun Exp $
# news68k GENERIC config file;
#
include "arch/news68k/conf/std.news68k"
#ident "GENERIC-$Revision: 1.6 $"
#ident "GENERIC-$Revision: 1.7 $"
maxusers 8
@ -186,5 +186,6 @@ pseudo-device strip 1 # Starmode Radio IP (Metricom)
pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device rnd # /dev/random and in-kernle generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.20 2000/02/29 06:32:27 simonb Exp $
# $NetBSD: GENERIC,v 1.21 2000/04/19 06:50:33 itojun Exp $
#
# GENERIC kernel for RISC-NEWS
include "arch/newsmips/conf/std.newsmips"
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
maxusers 16
@ -149,6 +149,7 @@ pseudo-device tun 4 # Network "tunnel" device
pseudo-device bpfilter 16 # Berkeley Packet Filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vnd 4 # disk-like interface to files
pseudo-device ccd 4 # concatenated and striped disks
#pseudo-device raid 4 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.28 2000/03/21 16:44:01 deberg Exp $
# $NetBSD: GENERIC,v 1.29 2000/04/19 06:50:34 itojun Exp $
#
# GENERIC next68k
#
@ -6,7 +6,7 @@
include "arch/next68k/conf/std.next68k"
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -199,6 +199,7 @@ pseudo-device tun 2 # network tunneling over tty
pseudo-device ipfilter # ip filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device wsmux 2 # mouse & keyboard multiplexor

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.25 2000/02/29 06:32:28 simonb Exp $
# $NetBSD: GENERIC,v 1.26 2000/04/19 06:50:34 itojun Exp $
#
# First try for PPC config file
#
include "arch/ofppc/conf/std.ofppc"
#ident "GENERIC-$Revision: 1.25 $"
#ident "GENERIC-$Revision: 1.26 $"
maxusers 32
@ -94,6 +94,7 @@ pseudo-device loop
pseudo-device bpfilter 8 # packet filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device pty 64
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.8 2000/01/23 23:46:16 hubertf Exp $
# $NetBSD: GENERIC,v 1.9 2000/04/19 06:50:34 itojun Exp $
#
# GENERIC: generic kernel for most machines
#
include "arch/pc532/conf/std.pc532"
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 8 # estimated number of users
@ -86,5 +86,6 @@ pseudo-device ppp 1 # Point-to-Point Protocol
pseudo-device tun 1 # network tunneling
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # Concatenated Disk Driver
pseudo-device rnd # kernel random number generator

View File

@ -1,11 +1,11 @@
#
# $NetBSD: GENERIC,v 1.69 2000/02/29 06:32:28 simonb Exp $
# $NetBSD: GENERIC,v 1.70 2000/04/19 06:50:35 itojun Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
#ident "GENERIC-$Revision: 1.69 $"
#ident "GENERIC-$Revision: 1.70 $"
maxusers 64
@ -202,6 +202,7 @@ pseudo-device ipfilter # IP filter, NAT
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vnd 4 # virtual disk ick
pseudo-device ccd 4 # concatenated disks

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.4 2000/04/08 18:16:42 kleink Exp $
# $NetBSD: GENERIC,v 1.5 2000/04/19 06:50:35 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
#ident "GENERIC-$Revision: 1.4 $"
#ident "GENERIC-$Revision: 1.5 $"
maxusers 32
@ -246,6 +246,7 @@ pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 2 # IPv[46] tcp relay translation i/f
#pseudo-device stf 2 # 6to4 IPv6 over IPv4 encapsulation
# miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.103 2000/04/17 21:48:23 pk Exp $
# $NetBSD: GENERIC,v 1.104 2000/04/19 06:50:35 itojun Exp $
include "arch/sparc/conf/std.sparc"
#ident "GENERIC-$Revision: 1.103 $"
#ident "GENERIC-$Revision: 1.104 $"
maxusers 32
@ -502,6 +502,7 @@ pseudo-device ipfilter
## for IPv6
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
#### Audio and video devices

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.30 2000/04/15 03:08:12 mrg Exp $
# $NetBSD: GENERIC,v 1.31 2000/04/19 06:50:36 itojun Exp $
include "arch/sparc64/conf/std.sparc64"
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
maxusers 32
@ -401,6 +401,7 @@ pseudo-device ipfilter
## for IPv6
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
#### Audio and video devices

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.65 2000/02/29 06:32:30 simonb Exp $
# $NetBSD: GENERIC,v 1.66 2000/04/19 06:50:36 itojun Exp $
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
# Supports root on: ie0, le0, sd*, ...
include "arch/sun3/conf/std.sun3"
#ident "GENERIC-$Revision: 1.65 $"
#ident "GENERIC-$Revision: 1.66 $"
# Machines to be supported by this kernel
options FPU_EMULATE
@ -223,6 +223,7 @@ pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter # ip filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.60 2000/03/09 02:05:07 matt Exp $
# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
include "arch/vax/conf/std.vax"
#ident "GENERIC-$Revision: 1.60 $"
#ident "GENERIC-$Revision: 1.61 $"
# Here are all different supported CPU types listed.
options "VAX8600"
@ -212,6 +212,7 @@ pseudo-device tun 2
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device tb 1
pseudo-device vnd 4
pseudo-device ccd 4

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.44 2000/03/27 15:53:04 minoura Exp $
# $NetBSD: GENERIC,v 1.45 2000/04/19 06:50:37 itojun Exp $
#
# GENERIC
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "GENERIC-$Revision: 1.44 $"
#ident "GENERIC-$Revision: 1.45 $"
maxusers 32
@ -312,6 +312,7 @@ pseudo-device ipfilter
## for IPv6
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
#### Other device configuration