Displaying 1 result from an estimated 1 matches for "firstl".
Did you mean:
first
2011 Jan 31
3
Three small patches for xen-4.1.0-rc
Here are three small patches that I have applied to the Fedora xen builds
and I think are are suitable for xen-4.1.0.
The first patch fixes an anomaly in /etc/xen/scripts/network-route.
Currently this script contains
netdev=${netdev:-eth${vifnum}}
ie. netdev is set to eth${vifnum} by default. Unfortunately vifnum is not
set anywhere in the xen code so the default is actually the broken