From ed05e9f01f5ce90be8883b9fd874d1dc6ec7bb82 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 25 Oct 2006 14:13:14 +0000 Subject: [PATCH] do not support ipv6 for now --- planetlab4.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/planetlab4.sql b/planetlab4.sql index 3a7e9f3f..d2bba6cb 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 ( -- 2.45.2