Skip to content

Commit

Permalink
Qemu UDP listen on all ips
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Nov 25, 2016
1 parent 794dac3 commit 9b6b989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/compute/qemu/qemu_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ def _network_options(self):
network_options.extend(["-netdev", "socket,id=gns3-{},udp={}:{},localaddr={}:{}".format(adapter_number,
nio.rhost,
nio.rport,
self._host,
"0.0.0.0",
nio.lport)])
elif isinstance(nio, NIOTAP):
network_options.extend(["-netdev", "tap,id=gns3-{},ifname={},script=no,downscript=no".format(adapter_number, nio.tap_device)])
Expand Down

0 comments on commit 9b6b989

Please sign in to comment.