enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out. XXX: Please note, that not all the kernels have all the options defined!
This commit is contained in:
parent
91ff0a1b87
commit
41cc9a0eb8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.55 1999/03/27 07:11:36 explorer Exp $
|
||||
# $NetBSD: GENERIC,v 1.56 1999/07/20 07:40:34 christos Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -71,10 +71,10 @@ options ISO,TPIP # OSI
|
|||
options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
|
||||
# Compatibility options
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: GENERIC,v 1.53 1999/04/19 21:22:57 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.54 1999/07/20 07:40:35 christos Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
|
@ -49,11 +49,11 @@ options MROUTING # IP multicast routing
|
|||
#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
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
#options IPFILTER_LOG # ipmon(8) log support
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
#options IPFILTER_DEFAULT_BLOCK # block packages by default
|
||||
|
||||
# File systems
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.44 1999/04/19 21:22:58 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.45 1999/07/20 07:40:35 christos Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
|
@ -60,7 +60,7 @@ options INET # Internet protocols
|
|||
options GATEWAY # IP forwarding + larger mb_map
|
||||
options MROUTING # Multicast routing
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
#options PFIL_HOOKS # packet filter hooks
|
||||
options PFIL_HOOKS # packet filter hooks
|
||||
|
||||
# Options for HP hardware
|
||||
options FPSP # floating point interface for 68040
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.241 1999/07/12 15:16:23 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.242 1999/07/20 07:40:35 christos Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -121,11 +121,11 @@ options ISO,TPIP # OSI
|
|||
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
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
#options IPFILTER_LOG # ipmon(8) log support
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
|
||||
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
|
||||
#options TCP_COMPAT_42
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.87 1999/06/01 02:39:25 briggs Exp $
|
||||
# $NetBSD: GENERIC,v 1.88 1999/07/20 07:40:35 christos Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
|
@ -91,10 +91,10 @@ options ISO,TPIP # OSI
|
|||
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
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
||||
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
|
||||
#options TCP_COMPAT_42
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.29 1999/05/07 20:10:54 wrstuden Exp $
|
||||
# $NetBSD: GENERIC,v 1.30 1999/07/20 07:40:36 christos Exp $
|
||||
#
|
||||
# POWERMAC config file
|
||||
#
|
||||
|
@ -73,11 +73,11 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#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
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
#options IPFILTER_LOG # ipmon(8) log support
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
options NMBCLUSTERS=1024
|
||||
|
||||
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# NEWS3400 config file
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.8 1998/11/25 20:30:46 hwr Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 1999/07/20 07:40:36 christos Exp $
|
||||
#
|
||||
include "arch/newsmips/conf/std.newsmips"
|
||||
|
||||
|
@ -67,11 +67,11 @@ options NS # Xerox NS networking
|
|||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
#options IPFILTER_LOG # ipmon(8) log support
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
|
||||
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.15 1999/04/19 21:23:00 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 1999/07/20 07:40:36 christos Exp $
|
||||
#
|
||||
# GENERIC next68k
|
||||
#
|
||||
|
@ -89,10 +89,10 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#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
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
||||
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
|
||||
#options TCP_COMPAT_42
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: GENERIC,v 1.45 1999/05/10 04:49:24 simonb Exp $
|
||||
# $NetBSD: GENERIC,v 1.46 1999/07/20 07:40:36 christos Exp $
|
||||
#
|
||||
# Distribution kernel (any model) kernel config file
|
||||
#
|
||||
|
@ -79,10 +79,10 @@ options GATEWAY # IP packet forwarding
|
|||
#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
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
options IPFILTER_LOG # ipmon(8) log support
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.85 1999/06/28 20:26:47 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.86 1999/07/20 07:40:36 christos Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
|
@ -161,11 +161,11 @@ options EON # OSI tunneling over IP
|
|||
#options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
options NTP # Network Time Protocol in-kernel support
|
||||
#options PPS_SYNC # Add serial line synchronization for NTP
|
||||
#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
|
||||
#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
|
||||
#options PPP_BSDCOMP # Add BSD compression to ppp device
|
||||
#options PPP_DEFLATE # Add deflate (libz) compression to ppp device
|
||||
#options PPP_FILTER # Add active filters for ppp (via bpf)
|
||||
options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
|
||||
options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
|
||||
options PPP_BSDCOMP # Add BSD compression to ppp device
|
||||
options PPP_DEFLATE # Add deflate (libz) compression to ppp device
|
||||
options PPP_FILTER # Add active filters for ppp (via bpf)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.57 1999/04/19 21:23:01 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.58 1999/07/20 07:40:37 christos Exp $
|
||||
|
||||
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
|
||||
# Supports root on: ie0, le0, sd*, ...
|
||||
|
@ -71,7 +71,7 @@ options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|||
#options ISO,TPIP # OSI networking
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks.
|
||||
options PFIL_HOOKS # pfil(9) packet filter hooks.
|
||||
|
||||
# Work-around for root on slow servers (insurance...)
|
||||
options NFS_BOOT_RWSIZE=1024
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.34 1999/05/21 15:08:27 minoura Exp $
|
||||
# $NetBSD: GENERIC,v 1.35 1999/07/20 07:40:37 christos Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
|
@ -166,11 +166,11 @@ options TCP_COMPAT_42 # 4.2BSD IP implementation compatibility
|
|||
options NETATALK # AppleTalk (over Ethernet) protocol
|
||||
options NTP # Network Time Protocol in-kernel support
|
||||
#options PPS_SYNC # Add serial line synchronization for NTP
|
||||
#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
|
||||
options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
|
||||
options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
|
||||
#options PPP_BSDCOMP # Add BSD compression to ppp device
|
||||
#options PPP_DEFLATE # Add deflate (libz) compression to ppp device
|
||||
#options PPP_FILTER # Add active filters for ppp (via bpf)
|
||||
options PPP_BSDCOMP # Add BSD compression to ppp device
|
||||
options PPP_DEFLATE # Add deflate (libz) compression to ppp device
|
||||
options PPP_FILTER # Add active filters for ppp (via bpf)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue