Otherwise we just get an unconfigured network interface.  (Requesting
DHCP used to be implicit.)

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to