From 8ce81f8b9d318f18208bc938ac4de41c791b6031 Mon Sep 17 00:00:00 2001 From: mharo Date: Mon, 25 Oct 1999 18:32:33 +0000 Subject: 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 --- net-mgmt/bpft/pkg-descr | 7 +++++-- 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 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 -- cgit