[ovs-dev] [PATCH] xenserver: Set network-uuid for internal bridges

Ben Pfaff blp at nicira.com
Wed Oct 28 18:59:52 UTC 2009


Justin Pettit <jpettit at nicira.com> writes:

> +    local internal=$(${vif_on_internal_bridge} ${DOMID} ${DEVID})
> +    if [ $internal = "true" ]; then

Please quote $internal as "$internal", in case the
vif_on_internal_bridge script encounters an error.

Otherwise it looks fine to me, as long as it works.




More information about the dev mailing list