diff options
| author | itojun <itojun@NetBSD.org> | 2000-04-19 06:50:27 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-04-19 06:50:27 +0000 |
| commit | 3be41bae18f1ba2464ef2d71fcdd404ef4e5d6c5 (patch) | |
| tree | 8a9f74d522033b144bdbb555cf33ac0937deb7f2 /sys/arch/prep | |
| parent | d300ce39425d555d622d487379978d8ac22f3960 (diff) | |
add stf pseudo interface (commented out due to possible security risks)
Diffstat (limited to 'sys/arch/prep')
| -rw-r--r-- | sys/arch/prep/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 61c4052faeb..922adf28614 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -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 |
