Comment out EON ISO-over-ip tunneling pseudo-driver, and document as
broken/fragile. Unlikely to be of much use, and confuses new users when their system crashes when they, or their dhclient stumble over it. See kern/10500, kern/8994 for the gory details.
This commit is contained in:
parent
7316fa55ad
commit
502fc00210
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: options.4,v 1.109 2000/06/15 10:33:15 itojun Exp $
|
||||
.\" $NetBSD: options.4,v 1.110 2000/07/05 04:07:22 sommerfeld Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
@ -1112,6 +1112,7 @@ Include support for tunneling
|
||||
.Tn OSI
|
||||
protocols over
|
||||
.Tn IP .
|
||||
Known to be broken, or at least very fragile, and undocumented.
|
||||
.It Cd options CCITT,LLC,HDLC
|
||||
Include support for the
|
||||
.Tn CCITT
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.145 2000/06/30 17:10:15 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.146 2000/07/05 04:07:24 sommerfeld Exp $
|
||||
|
||||
#
|
||||
#if 0
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.145 $"
|
||||
#ident "GENERIC-$Revision: 1.146 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
@ -67,7 +67,7 @@ options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
#endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.35 2000/06/30 17:10:15 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 2000/07/05 04:07:24 sommerfeld 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.35 $"
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -87,7 +87,7 @@ options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI networking
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PCCONS,v 1.1 2000/06/17 07:29:07 soda Exp $
|
||||
# $NetBSD: PCCONS,v 1.2 2000/07/05 04:07:25 sommerfeld Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# PCCONS -- generic but pccons rather than wscons
|
||||
@ -84,7 +84,7 @@ options INET6 # IPV6
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI networking
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.69 2000/06/30 17:10:16 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.70 2000/07/05 04:07:25 sommerfeld Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/arm32/conf/std.arm32"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -76,7 +76,7 @@ options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CARDBUS,v 1.14 2000/06/11 02:41:10 mycroft Exp $
|
||||
# $NetBSD: CARDBUS,v 1.15 2000/07/05 04:07:25 sommerfeld Exp $
|
||||
#
|
||||
# CARDBUS -- GENERIC + CardBus support
|
||||
#
|
||||
@ -116,7 +116,7 @@ options INET # IP + ICMP + TCP + UDP
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.72 2000/06/15 18:16:10 abs Exp $
|
||||
# $NetBSD: DISKLESS,v 1.73 2000/07/05 04:07:25 sommerfeld Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
@ -88,7 +88,7 @@ options INET # IP + ICMP + TCP + UDP
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.357 2000/07/03 01:17:35 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.357 $"
|
||||
#ident "GENERIC-$Revision: 1.358 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -124,7 +124,7 @@ options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: GENERIC,v 1.104 2000/06/30 17:10:18 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.105 2000/07/05 04:07:26 sommerfeld Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.104 $"
|
||||
#ident "GENERIC-$Revision: 1.105 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -99,7 +99,7 @@ options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: GENERIC,v 1.111 2000/06/30 17:10:20 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.112 2000/07/05 04:07:26 sommerfeld Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.111 $"
|
||||
#ident "GENERIC-$Revision: 1.112 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -172,7 +172,7 @@ options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
options NS # Xerox NS networking
|
||||
#options NSIP # Xerox NS tunneling over IP
|
||||
options ISO,TPIP # OSI networking
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25 packet switched protocol
|
||||
#options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
options NTP # Network Time Protocol in-kernel support
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: GENERIC,v 1.38 2000/07/02 21:11:26 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.39 2000/07/05 04:07:27 sommerfeld Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
#ident "GENERIC-$Revision: 1.39 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -175,7 +175,7 @@ options MROUTING # packet forwarding of multicast packets
|
||||
options NS # Xerox NS networking
|
||||
#options NSIP # Xerox NS tunneling over IP
|
||||
options ISO,TPIP # OSI networking
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25 packet switched protocol
|
||||
options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
options NTP # Network Time Protocol in-kernel support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NONPLUS,v 1.19 1999/11/20 18:09:52 eeh Exp $
|
||||
# $NetBSD: NONPLUS,v 1.20 2000/07/05 04:07:27 sommerfeld Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
@ -167,7 +167,7 @@ options TCP_COMPAT_42 # 4.2BSD IP implementation compatibility
|
||||
#options NS # Xerox NS networking
|
||||
#options NSIP # Xerox NS tunneling over IP
|
||||
options ISO,TPIP # OSI networking
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25 packet switched protocol
|
||||
options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
#options NTP # Network Time Protocol in-kernel support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NONPLUS64,v 1.13 2000/06/19 23:30:32 eeh Exp $
|
||||
# $NetBSD: NONPLUS64,v 1.14 2000/07/05 04:07:27 sommerfeld Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
@ -166,7 +166,7 @@ options TCP_COMPAT_42 # 4.2BSD IP implementation compatibility
|
||||
#options NS # Xerox NS networking
|
||||
#options NSIP # Xerox NS tunneling over IP
|
||||
options ISO,TPIP # OSI networking
|
||||
options EON # OSI tunneling over IP
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25 packet switched protocol
|
||||
options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
#options NTP # Network Time Protocol in-kernel support
|
||||
|
Loading…
Reference in New Issue
Block a user