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