From 9b180fbbe1087d032f5cd3c525f028f83d48e8c2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 7 Apr 2010 15:20:53 -0700 Subject: [PATCH] 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 --- vswitchd/vswitch.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index e0f7d828..d3f3efbb 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -127,8 +127,8 @@ The currently defined key-value pairs are:
network-uuids
-
Space-delimited set of universally unique identifier(s) for the - network with which this bridge is associated. The form of the +
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., xe network-list.
-- 2.30.2