[ovs-dev] [PATCH] vswitch: Fix documentation for network-uuids external ID in Bridge table.

Justin Pettit jpettit at nicira.com
Thu Apr 8 01:25:59 UTC 2010


Looks good.

--Justin


On Apr 7, 2010, at 3:20 PM, Ben Pfaff wrote:

> Jeremy pointed out that this field is semicolon-delimited but we document
> it as space-delimited.  Fix the documentation.
> 
> Reported-by: Jeremy Stribling <strib at nicira.com>
> ---
> vswitchd/vswitch.xml |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index 63acfd6..cc18101 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -138,8 +138,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>
> -- 
> 1.6.6.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list