|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] hotplug: 21549:8bcaec29574e breaks vif-script wi
Brendan Cully writes ("[Xen-devel] [PATCH] hotplug: 21549:8bcaec29574e breaks
vif-script with arguments"):
> hotplug: 21549:8bcaec29574e breaks vif-script with arguments.
>
> For example, (vif-script 'vif-bridge bridge=eth1') in xend-config.sxp will
> cause vif-setup to attempt to execute 'vif-bridge bridge=eth1' due to a
> quoting mismatch. The fix appears to be to remove the extra quotes around
> "$script" in vif-setup.
The question is whether the argument is supposed to be a sh syntax
command or the name of an executable which latter might contain
spaces.
I think your intererpretation (the former) is better, and it's what we
had before, so I have applied your patch.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|