Hello,
Please watch out for line
[ -f $mailbox ] && vif=`cat $mailbox`
in "vif-route" file from your patch. This line doesn't work. It
should
be a least
if [ -f $mailbox ]
then
vif=`cat $mailbox`
fi
Best regards,
MM
Maybe Matching Threads
- Bug#554805: patch to enable routed networking in HVM+ioemu
- Bug#554805: xen-utils-3.2-1: ioemu routed networking on HVM guests fails
- Bug#588406: xen-utils-common: /etc/xen/scripts/block not driving helper scripts; XEN_SCRIPT_DIR not properly set
- vif-route does not work
- Bug#658305: [PATCH] hotplug: vif: fail if a duplicate vifname is used
