X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=e6ad3872701c17fc98141e0c3d9120e0776aad9e;hb=c874f17fc743b38295f6059ab6554561b7555724;hp=94b5972d13fa0219191a605c1bf1268fa6f20fec;hpb=f5e7ed5d267b33712f62a61356ed5ead4f8a367c;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 94b5972d..e6ad3872 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -126,12 +126,12 @@ Key-value pairs that identify this bridge's role in external systems. The currently defined key-value pairs are:
-
xs-network-uuids
-
Space-delimited set of the Citrix XenServer network UUIDs with - which this bridge is associated.
-
xs-network-names
-
Semicolon-delimited set of Citrix XenServer network names with - which this bridge is associated.
+
network-uuids
+
Space-delimited set of universally unique identifier(s) for the + network with which this bridge is associated. The form of the + identifier(s) depends on the type of the host. On a Citrix + XenServer host, the network identifiers are RFC 4122 UUIDs as + displayed by, e.g., xe network-list.
@@ -268,7 +268,7 @@ IDs for the fake bridge are defined here by prefixing a key with fake-bridge-, - e.g. fake-bridge-xs-network-uuids. + e.g. fake-bridge-network-uuids. @@ -383,21 +383,29 @@ - Key-value pairs that identify this interface's role in external - systems. The currently defined key-value pairs are: +

Key-value pairs that identify this interface's role in external + systems. All of the currently defined key-value pairs specifically + apply to an interface that represents a virtual Ethernet interface + connected to a virtual machine. These key-value pairs should not be + present for other types of interfaces. Keys whose names end + in -uuid have values that uniquely identify the entity + in question. For a Citrix XenServer hypervisor, these values are + UUIDs in RFC 4122 format. Other hypervisors may use other + formats.

+

The currently defined key-value pairs are:

-
xs-vif-uuid
-
UUID of the Citrix XenServer VIF associated with this - interface.
-
xs-network-uuid
-
UUID of the Citrix XenServer network to which this interface is - attached.
-
xs-vif-vm-uuid
-
UUID of the Citrix XenServer VM to which this interface - belongs.
-
xs-vif-mac
-
The value of the "MAC" field in the Citrix XenServer VIF record - for this interface.
+
vif-uuid
+
The virtual interface associated with this interface.
+
network-uuid
+
The virtual network to which this interface is attached.
+
vm-uuid
+
The VM to which this interface belongs.
+
vif-mac
+
The MAC address programmed into the "virtual hardware" for this + interface, in the + form xx:xx:xx:xx:xx:xx. + For Citrix XenServer, this is the value of the MAC + field in the VIF record for this interface.
@@ -415,14 +423,17 @@
+ + If true, every packet arriving or departing on any port is + selected for mirroring. + + Ports on which departing packets are selected for mirroring. - Ports on which arriving packets are selected for mirroring. If this - column and are both empty, then all - packets on all ports are selected for mirroring. + Ports on which arriving packets are selected for mirroring.