Skip to content

Commit

Permalink
vswitch: Add "external_ids" and "ofport" columns to Interface table.
Browse files Browse the repository at this point in the history
  • Loading branch information
blp committed Dec 8, 2009
1 parent 1264cb0 commit da50fb9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vswitchd/vswitch-idl.ovsidl
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,12 @@
"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}},
"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}}}},
"external_ids": {
"comment": "Key-value pairs that identify this interface's role in external systems. The only currently defined key is \"xs-vif-uuid\", whose value is the UUID of the Citrix XenServer VIF associated with this interface.",
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
"ofport": {
"comment": "OpenFlow port number for this interface. This is populated when the port number becomes known. Before it is populated its value will be missing. If the interface cannot be added then this is indicated by a value of -1.",
"type": {"key": "integer", "min": 0, "max": 1}}}},
"Mirror": {
"comment": "A port mirror within a Bridge.",
"columns": {
Expand Down

0 comments on commit da50fb9

Please sign in to comment.