Re: [PATCH 06/24] Handle the case where vifname is not present in xenstore.

2021-01-04 Thread Manuel Bouyer
On Tue, Dec 29, 2020 at 12:43:02PM +0100, Roger Pau Monné wrote: > Maybe it would be easier to just fix libxl to always set the vifname > in xenstore? > > FWIW, on FreeBSD I'm passing the vifname as an environment parameter > to the script. Actually I don't know why the vifname is not always set.

Re: [PATCH 06/24] Handle the case where vifname is not present in xenstore.

2020-12-29 Thread Roger Pau Monné
Maybe it would be easier to just fix libxl to always set the vifname in xenstore? FWIW, on FreeBSD I'm passing the vifname as an environment parameter to the script. Thanks, Roger.

[PATCH 06/24] Handle the case where vifname is not present in xenstore.

2020-12-14 Thread Manuel Bouyer
--- tools/hotplug/NetBSD/vif-bridge | 5 - tools/hotplug/NetBSD/vif-ip | 4 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/hotplug/NetBSD/vif-bridge b/tools/hotplug/NetBSD/vif-bridge index b58e922601..cd428b5936 100644 --- a/tools/hotplug/NetBSD/vif-bridge +++ b/t