From: Justin Pettit Date: Tue, 14 Sep 2010 22:10:46 +0000 (-0700) Subject: vswitchd: Remove duplicate "external_id" from Interface table X-Git-Tag: v1.1.0~1137 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=60bb134ae3aa7f60d2b20ce007b2a52bd9b14d14;p=sliver-openvswitch.git vswitchd: Remove duplicate "external_id" from Interface table --- diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index c8a4963af..a7d257036 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -139,10 +139,7 @@ "ephemeral": true}, "status": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}, - "ephemeral": true}, - "external_ids": { - "type": {"key": "string", "value": "string", - "min": 0, "max": "unlimited"}}}}, + "ephemeral": true}}}, "QoS": { "columns": { "type": {