summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.xml
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-04-07 15:20:53 -0700
committerBen Pfaff <blp@nicira.com>2010-04-12 11:18:21 -0700
commit9b180fbbe1087d032f5cd3c525f028f83d48e8c2 (patch)
tree0d1bff672f9c534cc3b3b839f06554d9f7349b08 /vswitchd/vswitch.xml
parent0d11f523a371910cb0ed5549a85836f83a7552c2 (diff)
downloadopenvswitch-9b180fbbe1087d032f5cd3c525f028f83d48e8c2.tar.gz
vswitch: Fix documentation for network-uuids external ID in Bridge table.
Jeremy pointed out that this field is semicolon-delimited but we document it as space-delimited. Fix the documentation. Reported-by: Jeremy Stribling <strib@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.xml')
-rw-r--r--vswitchd/vswitch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index e0f7d8286..d3f3efbbf 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -127,8 +127,8 @@
The currently defined key-value pairs are:
<dl>
<dt><code>network-uuids</code></dt>
- <dd>Space-delimited set of universally unique identifier(s) for the
- network with which this bridge is associated. The form of the
+ <dd>Semicolon-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., <code>xe network-list</code>.</dd>