diff options
author | mharo <mharo@FreeBSD.org> | 1999-10-26 02:32:33 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-10-26 02:32:33 +0800 |
commit | 8ce81f8b9d318f18208bc938ac4de41c791b6031 (patch) | |
tree | c6c01c55d9c1a3566ed8caa74bba75e81ab8783f | |
parent | aef7e2016c9ef49574af5633270cdb167782b482 (diff) | |
download | freebsd-ports-gnome-8ce81f8b9d318f18208bc938ac4de41c791b6031.tar.gz freebsd-ports-gnome-8ce81f8b9d318f18208bc938ac4de41c791b6031.tar.zst freebsd-ports-gnome-8ce81f8b9d318f18208bc938ac4de41c791b6031.zip |
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
-rw-r--r-- | net-mgmt/bpft/pkg-descr | 7 | ||||
-rw-r--r-- | net/bpft/pkg-descr | 7 |
2 files changed, 10 insertions, 4 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> diff --git a/net/bpft/pkg-descr b/net/bpft/pkg-descr index e5a7b8c6248d..b09137875231 100644 --- a/net/bpft/pkg-descr +++ b/net/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> |