From bda8868801ebe49b785f4810e055fb6bf80a1dc6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 11 Jan 2010 14:28:48 -0800 Subject: [PATCH] vswitch: Remove redundant "internal" column from Interface table. This column's function is now served by the "type" column, which is set to "internal" to mark an interface as internal. --- vswitchd/vswitch-idl.ovsidl | 3 --- 1 file changed, 3 deletions(-) diff --git a/vswitchd/vswitch-idl.ovsidl b/vswitchd/vswitch-idl.ovsidl index 128e8f1a..8726ba30 100644 --- a/vswitchd/vswitch-idl.ovsidl +++ b/vswitchd/vswitch-idl.ovsidl @@ -115,9 +115,6 @@ "options": { "comment": "Configuration options whose interpretation varies based on \"type\".", "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}, - "internal": { - "comment": "An \"internal\" port is one that is implemented in software as a logical device.", - "type": "boolean"}, "ingress_policing_rate": { "comment": "Maximum rate for data received on this interface, in kbps. Set to 0 to disable policing.", "type": "integer"}, -- 2.30.2