Added comment.
[plcapi.git] / planetlab5.sql
index a4ec891..fc39535 100644 (file)
@@ -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