vswitch: Remove redundant "internal" column from Interface table.
authorBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 22:28:48 +0000 (14:28 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 17:46:42 +0000 (09:46 -0800)
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

index 128e8f1..8726ba3 100644 (file)
        "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"},