mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 23:43:48 +02:00
Fix issue with Qemu networking following merge
This commit is contained in:
parent
5e3ce48a52
commit
ec7a9615ac
@ -1438,7 +1438,7 @@ class QemuVM(BaseVM):
|
||||
else:
|
||||
raise QemuError("Console type {} is unknown".format(self._console_type))
|
||||
command.extend(self._monitor_options())
|
||||
command.extend(self._network_options())
|
||||
command.extend((yield from self._network_options()))
|
||||
command.extend(self._graphic())
|
||||
additional_options = self._options.strip()
|
||||
if additional_options:
|
||||
|
Loading…
Reference in New Issue
Block a user