diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-10-25 18:32:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-10-25 18:32:33 +0000 |
commit | 42525c026cdd063a25de971e5a4ed8b5999be46e (patch) | |
tree | 18ac98fb0af345f016315e67c42dded15308bf05 /net-mgmt/bpft | |
parent | 956d4b96fe43788fae4388df1f9f716cec68f71c (diff) |
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
Notes
Notes:
svn path=/head/; revision=22627
Diffstat (limited to 'net-mgmt/bpft')
-rw-r--r-- | net-mgmt/bpft/pkg-descr | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/bpft/pkg-descr b/net-mgmt/bpft/pkg-descr index e5a7b8c6248d..b09137875231 100644 --- a/net-mgmt/bpft/pkg-descr +++ b/net-mgmt/bpft/pkg-descr @@ -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> |