We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6746ef3 commit 2bb2607Copy full SHA for 2bb2607
gns3server/compute/qemu/qemu_vm.py
@@ -55,7 +55,7 @@
55
56
# forbidden additional options
57
FORBIDDEN_OPTIONS = {"-blockdev", "-drive", "-hda", "-hdb", "-hdc", "-hdd",
58
- "-fsdev", "-virtfs"}
+ "-fsdev", "-virtfs", "-nic", "-netdev"}
59
FORBIDDEN_OPTIONS |= {"-" + opt for opt in FORBIDDEN_OPTIONS
60
if opt.startswith("-") and not opt.startswith("--")}
61
0 commit comments