summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 5e6793d44e..0e105a918b 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -203,7 +203,7 @@ class BaseConfig(object):
203 self.fsinfo = {} 203 self.fsinfo = {}
204 self.network_device = "-device e1000,netdev=net0,mac=@MAC@" 204 self.network_device = "-device e1000,netdev=net0,mac=@MAC@"
205 self.cmdline_ip_slirp = "ip=dhcp" 205 self.cmdline_ip_slirp = "ip=dhcp"
206 self.cmdline_ip_tap = "ip=192.168.7.@CLIENT@::192.168.7.@GATEWAY@:255.255.255.0::eth0:off:8.8.8.8" 206 self.cmdline_ip_tap = "ip=192.168.7.@CLIENT@::192.168.7.@GATEWAY@:255.255.255.0::eth0:off:8.8.8.8 net.ifnames=0"
207 # Use different mac section for tap and slirp to avoid 207 # Use different mac section for tap and slirp to avoid
208 # conflicts, e.g., when one is running with tap, the other is 208 # conflicts, e.g., when one is running with tap, the other is
209 # running with slirp. 209 # running with slirp.