PlanetLab 3.0.1
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 11 Apr 2005 21:04:38 +0000 (21:04 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 11 Apr 2005 21:04:38 +0000 (21:04 +0000)
* 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

index 9d297d3..9fa38eb 100644 (file)
--- 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