From: Marta Carbone Date: Mon, 18 Jan 2010 11:19:04 +0000 (+0000) Subject: Added comment. X-Git-Tag: PLCAPI-5.0-1^2~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0549824f586e953a8058a6681e8ea05b3d5effe7;p=plcapi.git Added comment. --- diff --git a/planetlab5.sql b/planetlab5.sql index a4ec8917..fc395358 100644 --- a/planetlab5.sql +++ b/planetlab5.sql @@ -278,6 +278,7 @@ CREATE TABLE node_types ( node_type text PRIMARY KEY ) WITH OIDS; INSERT INTO node_types (node_type) VALUES ('regular'); +-- old dummynet stuff, to be removed INSERT INTO node_types (node_type) VALUES ('dummynet'); -- Nodes