60436d8357
The nfdump tools collect and process netflow data on the command line. Nfdump tools: nfcapd - netflow collector daemon nfdump - netflow dump nfprofile - netflow profiler nfreplay - netflow replay nfclean.pl - cleanup old data - installed as example ft2nfdump - read flow-tools format - optional tool sfcapd - sflow collector daemon - optional tool
13 lines
212 B
Text
13 lines
212 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2007/07/29 21:33:42 seb Exp $
|
|
|
|
--- test.sh.orig 2006-05-21 16:30:10.000000000 +0000
|
|
+++ test.sh
|
|
@@ -38,6 +38,8 @@
|
|
|
|
set -e
|
|
|
|
+export TZ=CET
|
|
+
|
|
# run filter and type tests
|
|
./nftest
|
|
|