Corrected DESCR regarding name of BPF in -CURRENT.

Added #!/bin/sh to two shellscripts in the distribution.

PR:		14520
Submitted by:	maintainer

adding the following functionality to trafd:

-D run in foregroud
-I don't distinguish ports/protocols (count only by IP)
-S count only IP from this range(s) (all other IP accounted AS 255.255.255.255)
-A aggregate IP-addresses in given network(s)

PR:		14521
Submitted by:	maintainer
This commit is contained in:
Michael Haro 1999-10-25 18:32:33 +00:00
parent 956d4b96fe
commit 42525c026c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22627
2 changed files with 10 additions and 4 deletions

View File

@ -14,5 +14,8 @@ pseudo-device bpfilter 4 # Berkeley packet filter
The number after bpfilter is the number of interfaces that can be
examined simultaneously. See section 6.1 of the Handbook for details.
- oddbjorn
oddbjorn@tricknology.org
On FreeBSD 4.0 or later versions, use the following line instead:
pseudo-device bpf 4 # Berkeley packet filter
- oddbjorn <oddbjorn@tricknology.org>

View File

@ -14,5 +14,8 @@ pseudo-device bpfilter 4 # Berkeley packet filter
The number after bpfilter is the number of interfaces that can be
examined simultaneously. See section 6.1 of the Handbook for details.
- oddbjorn
oddbjorn@tricknology.org
On FreeBSD 4.0 or later versions, use the following line instead:
pseudo-device bpf 4 # Berkeley packet filter
- oddbjorn <oddbjorn@tricknology.org>