From: Mark Huang Date: Wed, 25 Oct 2006 14:13:14 +0000 (+0000) Subject: do not support ipv6 for now X-Git-Tag: pycurl-7_13_1~461 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ed05e9f01f5ce90be8883b9fd874d1dc6ec7bb82;p=plcapi.git do not support ipv6 for now --- diff --git a/planetlab4.sql b/planetlab4.sql index 3a7e9f3..d2bba6c 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id: planetlab4.sql,v 1.21 2006/10/23 20:44:16 tmack Exp $ +-- $Id: planetlab4.sql,v 1.22 2006/10/24 19:54:38 mlhuang Exp $ -- -------------------------------------------------------------------------------- @@ -389,7 +389,6 @@ CREATE TABLE network_types ( type text PRIMARY KEY -- Addressing scheme ) WITH OIDS; INSERT INTO network_types (type) VALUES ('ipv4'); -INSERT INTO network_types (type) VALUES ('ipv6'); -- Valid network configuration methods CREATE TABLE network_methods (