From 401cbfaa551462d8258a839c056d27f9679510cb Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 11 Apr 2005 21:04:38 +0000 Subject: [PATCH] PlanetLab 3.0.1 * netflow-3.1-2.planetlab o Track flows on a daily basis instead of a 5 minute basis o Uses MySQL as the backend o Revamp PHP frontend for better search capabilities o Integrate with netflow-archive for zero overhead aggregation * ulogd-1.02-6.planetlab o Dump to MySQL in the backend o Add GRE tracking support --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9d297d30..9fa38eb2 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ all: # # Default tags -INITIAL := planetlab-3_0-rc14 -TAG := planetlab-3_0-rc14 +INITIAL := planetlab-3_0_1 +TAG := planetlab-3_0_1 # # kernel @@ -263,11 +263,11 @@ ALL += ulogd ulogd: kernel proper # -# netflow and netsummary +# netflow # netflow-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs -netflow-MODULE := netflow netsummary +netflow-MODULE := netflow netflow-SPEC := netflow/netflow.spec ALL += netflow -- 2.47.0