From: Ben Pfaff Date: Mon, 11 Jan 2010 22:28:48 +0000 (-0800) Subject: vswitch: Remove redundant "internal" column from Interface table. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda8868801ebe49b785f4810e055fb6bf80a1dc6;p=openvswitch 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. --- 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"},