bpfilter doesn't accept count anymore.

This commit is contained in:
rpaulo 2006-02-04 03:33:20 +00:00
parent 9eebd03f2e
commit 23b8c23173
25 changed files with 63 additions and 63 deletions

View File

@ -1,7 +1,7 @@
#
# deafult config file.
#
# $NetBSD: config.playstation2,v 1.16 2005/12/07 12:40:47 tsutsui Exp $
# $NetBSD: config.playstation2,v 1.17 2006/02/04 03:33:20 rpaulo Exp $
#
maxusers 16
@ -75,7 +75,7 @@ ugen* at uhub? port ?
pseudo-device loop 1 # network loopback
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter 2 # packet filter ports
pseudo-device bpfilter # packet filter ports
pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd 2 # virtual disk ick

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.141 2006/02/02 21:32:10 reinoud Exp $
# $NetBSD: GENERIC,v 1.142 2006/02/04 03:33:59 rpaulo Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/pmax/conf/files.pmax_rcons"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.141 $"
#ident "GENERIC-$Revision: 1.142 $"
maxusers 64
@ -244,7 +244,7 @@ pseudo-device sl 4 # serial-line IP ports
pseudo-device ppp 2 # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter 16 # packet filter ports
pseudo-device bpfilter # packet filter ports
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)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.59 2005/12/07 12:40:47 tsutsui Exp $
# $NetBSD: INSTALL,v 1.60 2006/02/04 03:33:59 rpaulo Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@ -138,7 +138,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#########################################################################
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device bpfilter 16 # packet filter ports
pseudo-device bpfilter # packet filter ports
pseudo-device loop
pseudo-device ccd 4 # concatenated disks
#pseudo-device fss 4 # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: WSCONS,v 1.20 2005/12/07 12:40:47 tsutsui Exp $
# $NetBSD: WSCONS,v 1.21 2006/02/04 03:33:59 rpaulo Exp $
#
# GENERIC machine description file
#
@ -33,7 +33,7 @@ options WSCONS
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
maxusers 64
@ -291,7 +291,7 @@ pseudo-device sl 4 # serial-line IP ports
pseudo-device ppp 2 # serial-line IP ports
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device pty # pseudo-terminals
pseudo-device bpfilter 16 # packet filter ports
pseudo-device bpfilter # packet filter ports
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)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.22 2005/12/07 12:40:47 tsutsui Exp $
# $NetBSD: INSTALL,v 1.23 2006/02/04 03:34:46 rpaulo Exp $
#
# INSTALL
#
@ -155,7 +155,7 @@ pchb* at pci?
#pseudo-device vnd 4 # disk-like interface to files
pseudo-device md 1 # memory disk device
pseudo-device loop # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
#pseudo-device ipfilter # IP filter (firewall) and NAT
#pseudo-device ppp 2 # Point-to-Point Protocol
#pseudo-device sl 2 # Serial Line IP

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.34 2005/12/07 09:10:18 tsutsui Exp $
# $NetBSD: PMPPC,v 1.35 2006/02/04 03:34:46 rpaulo Exp $
#
# PMPPC
#
@ -434,7 +434,7 @@ pseudo-device vnd 4 # disk-like interface to files
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device md 1 # memory disk device
pseudo-device loop # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device ppp 2 # Point-to-Point Protocol
pseudo-device sl 2 # Serial Line IP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.109 2006/02/02 21:32:10 reinoud Exp $
# $NetBSD: GENERIC,v 1.110 2006/02/04 03:35:52 rpaulo Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
#ident "GENERIC-$Revision: 1.109 $"
#ident "GENERIC-$Revision: 1.110 $"
maxusers 32
@ -533,7 +533,7 @@ pseudo-device vnd 4 # disk-like interface to files
# network pseudo-devices
pseudo-device loop # network loopback
pseudo-device bpfilter 8 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device ppp 2 # Point-to-Point Protocol
pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: NATSUMI,v 1.42 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: NATSUMI,v 1.43 2006/02/04 03:35:52 rpaulo Exp $
#
# for development
#
@ -410,7 +410,7 @@ pseudo-device vnd 4 # disk-like interface to files
# network pseudo-devices
pseudo-device loop # network loopback
pseudo-device bpfilter 16 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
#pseudo-device ppp 1 # Point-to-Point Protocol
#pseudo-device sl 2 # Serial Line IP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.sandpoint,v 1.27 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: GENERIC.sandpoint,v 1.28 2006/02/04 03:36:29 rpaulo Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.27 $"
#ident "GENERIC-$Revision: 1.28 $"
maxusers 32
@ -100,7 +100,7 @@ options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
config netbsd root on ? type ?
# network psuedo-devices
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.50 2006/02/02 21:32:10 reinoud Exp $
# $NetBSD: GENERIC,v 1.51 2006/02/04 03:36:59 rpaulo Exp $
include "arch/sbmips/conf/std.sbmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.50 $"
#ident "GENERIC-$Revision: 1.51 $"
#options LOCKDEBUG # XXX XXX XXX XXX
#options DEBUG # extra kernel debugging support
@ -169,7 +169,7 @@ pseudo-device vnd 4 # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
# Network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
#pseudo-device ppp 2 # Point-to-Point Protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP2x,v 1.44 2006/02/03 13:52:14 tsutsui Exp $
# $NetBSD: GENERIC32_IP2x,v 1.45 2006/02/04 03:37:42 rpaulo Exp $
#
# GENERIC32_IP2x machine description file
#
@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32-IP2x-$Revision: 1.44 $"
#ident "GENERIC32-IP2x-$Revision: 1.45 $"
maxusers 32
@ -284,7 +284,7 @@ pseudo-device vnd 4 # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
# network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
pseudo-device ppp 2 # Point-to-Point Protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.45 2006/02/03 13:52:14 tsutsui Exp $
# $NetBSD: GENERIC32_IP3x,v 1.46 2006/02/04 03:37:42 rpaulo Exp $
#
# GENERIC32_IP3x machine description file
#
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32_IP3x-$Revision: 1.45 $"
#ident "GENERIC32_IP3x-$Revision: 1.46 $"
maxusers 32
@ -418,7 +418,7 @@ pseudo-device vnd 4 # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
# network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
pseudo-device ppp 2 # Point-to-Point Protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.57 2006/02/02 21:32:10 reinoud Exp $
# $NetBSD: GENERIC,v 1.58 2006/02/04 03:39:08 rpaulo Exp $
#
# Generic Shark configuration.
#
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.57 $"
#ident "GENERIC-$Revision: 1.58 $"
# estimated number of users
maxusers 32
@ -288,7 +288,7 @@ midi* at opl?
joy* at ofisa?
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
#pseudo-device ppp 2 # PPP
#pseudo-device tun 2 # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.25 2005/12/20 05:35:30 thorpej Exp $
# $NetBSD: INSTALL,v 1.26 2006/02/04 03:39:08 rpaulo Exp $
#
# Shark installation kernel
#
@ -203,7 +203,7 @@ scr* at ofisascr?
#joy* at ofisa?
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
#pseudo-device ppp 2 # PPP
#pseudo-device tun 2 # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: OFWGENCFG,v 1.24 2005/12/20 05:35:30 thorpej Exp $
# $NetBSD: OFWGENCFG,v 1.25 2006/02/04 03:39:08 rpaulo Exp $
#
# OFWGENCFG: 'generic' configuration for Open Firmware boards.
#
@ -137,7 +137,7 @@ ofrtc* at ofbus?
ofrom* at ofbus?
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
#pseudo-device ppp 2 # PPP
#pseudo-device tun 2 # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: BILL-THE-CAT,v 1.36 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: BILL-THE-CAT,v 1.37 2006/02/04 03:40:41 rpaulo Exp $
# From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
include "arch/sparc/conf/std.sparc"
@ -472,7 +472,7 @@ pseudo-device loop
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.183 2006/02/02 21:32:10 reinoud Exp $
# $NetBSD: GENERIC,v 1.184 2006/02/04 03:40:41 rpaulo Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.183 $"
#ident "GENERIC-$Revision: 1.184 $"
maxusers 32
@ -586,7 +586,7 @@ pseudo-device tap # virtual Ethernet
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.52 2005/12/07 12:40:47 tsutsui Exp $
# $NetBSD: INSTALL,v 1.53 2006/02/04 03:40:41 rpaulo Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@ -490,7 +490,7 @@ pseudo-device loop
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
#pseudo-device bpfilter 8
#pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: KRUPS,v 1.34 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: KRUPS,v 1.35 2006/02/04 03:40:41 rpaulo Exp $
# From: NetBSD: GENERIC,v 1.180 2005/09/10 19:20:50 jmmv Exp
#
# Krups (JavaStation-NC) machine description file
@ -8,7 +8,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "KRUPS-$Revision: 1.34 $"
#ident "KRUPS-$Revision: 1.35 $"
maxusers 32
@ -300,7 +300,7 @@ pseudo-device loop
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: MRCOFFEE,v 1.14 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: MRCOFFEE,v 1.15 2006/02/04 03:40:41 rpaulo Exp $
# From: NetBSD: GENERIC,v 1.160 2004/07/10 12:05:35 uwe Exp
#
# Mr.Coffee (JavaStation 1) machine description file
@ -12,7 +12,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MRCOFFEE-$Revision: 1.14 $"
#ident "MRCOFFEE-$Revision: 1.15 $"
maxusers 32
@ -288,7 +288,7 @@ pseudo-device loop
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: TADPOLE3GX,v 1.34 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: TADPOLE3GX,v 1.35 2006/02/04 03:40:41 rpaulo Exp $
include "arch/sparc/conf/std.sparc"
@ -314,7 +314,7 @@ pseudo-device tun 4
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 16
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC32,v 1.129 2006/02/03 13:59:18 tsutsui Exp $
# $NetBSD: GENERIC32,v 1.130 2006/02/04 03:42:01 rpaulo Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.129 $"
#ident "GENERIC-$Revision: 1.130 $"
maxusers 64
@ -652,7 +652,7 @@ pseudo-device tap # virtual Ethernet
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IEEE 802.1q encapsulation
pseudo-device vlan

View File

@ -1,4 +1,4 @@
# $NetBSD: NONPLUS,v 1.55 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: NONPLUS,v 1.56 2006/02/04 03:42:01 rpaulo Exp $
include "arch/sparc64/conf/std.sparc64"
@ -361,7 +361,7 @@ pseudo-device tun 4
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: POWEROFSEVEN.inc,v 1.40 2005/12/10 14:47:42 tsutsui Exp $
# $NetBSD: POWEROFSEVEN.inc,v 1.41 2006/02/04 03:42:01 rpaulo Exp $
#
# from: NetBSD: GENERIC32,v 1.13 2001/02/28 00:08:18 mjacob Exp
#
@ -412,7 +412,7 @@ pseudo-device loop
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.

View File

@ -1,4 +1,4 @@
# $NetBSD: SPLODE,v 1.41 2005/12/07 09:10:19 tsutsui Exp $
# $NetBSD: SPLODE,v 1.42 2006/02/04 03:42:01 rpaulo Exp $
#
# Configuration for Ultra1, 32 bit mode.
@ -6,7 +6,7 @@ include "arch/sparc64/conf/std.sparc64"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.41 $"
#ident "GENERIC-$Revision: 1.42 $"
maxusers 256
@ -396,7 +396,7 @@ pseudo-device ppp 4
## Berkeley Packet Filter, required to run RARPD. A generic C-language
## interface that allows selective examining of incoming packets.
pseudo-device bpfilter 8
pseudo-device bpfilter
## Simple inter-network traffic bridging
pseudo-device bridge