[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 08/16] rump kernels: Provide proper DHCP instructions to rumprun
Otherwise we just get an unconfigured network interface. (Requesting DHCP used to be implicit.) Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- Osstest/RumpRun.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Osstest/RumpRun.pm b/Osstest/RumpRun.pm index 0582bd2..f46d520 100644 --- a/Osstest/RumpRun.pm +++ b/Osstest/RumpRun.pm @@ -57,7 +57,8 @@ sub rumprun_guest_create ($) { my $cmd = "$rumprun xen"; $cmd .= " -N $gn"; - $cmd .= " -IIFTAG,IFBASENAME,mac=$gho->{Ether}"; + $cmd .= " -I xenif0,xenif,mac=$gho->{Ether}"; + $cmd .= " -W xenif0,inet,dhcp"; $cmd .= " $imagepath"; $cmd .= " $cmdline"; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |