diff options
author | mharo <mharo@FreeBSD.org> | 1999-10-25 18:32:33 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-10-25 18:32:33 +0000 |
commit | 8ce81f8b9d318f18208bc938ac4de41c791b6031 (patch) | |
tree | c6c01c55d9c1a3566ed8caa74bba75e81ab8783f /net-mgmt/bpft | |
parent | aef7e2016c9ef49574af5633270cdb167782b482 (diff) | |
download | FreeBSD-ports-8ce81f8b9d318f18208bc938ac4de41c791b6031.zip FreeBSD-ports-8ce81f8b9d318f18208bc938ac4de41c791b6031.tar.gz |
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
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 e5a7b8c..b091378 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> |