vswitchd: Add "id" column to Interface table for use by NOX.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Dec 2009 00:20:30 +0000 (16:20 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Dec 2009 00:20:30 +0000 (16:20 -0800)
This might end up being absorbed into a more general-purpose
"foreign-keys" column.

vswitchd/vswitch-idl.ovsidl

index e713d6f..05906fa 100644 (file)
          "type": "integer"},
        "mac": {
          "comment": "Ethernet address to set for this interface.  If unset then the default MAC address is used.  May not be supported on all interfaces.  Exactly 12 hex digits in the form XX:XX:XX:XX:XX:XX.",
-         "type": {"key": "string", "min": 0, "max": 1}}}},
+         "type": {"key": "string", "min": 0, "max": 1}},
+       "id": {
+         "comment": "Foreign key for use by NOX.  (This might end up being absorbed into a more general-purpose \"foreign-keys\" column.)",
+         "type": {"key": "uuid", "min": 0, "max": 1}}}},
    "Mirror": {
      "comment": "A port mirror within a Bridge.",
      "columns": {