1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Allows Qemu VM to have 0 interface.

This commit is contained in:
Jeremy 2014-11-09 18:27:40 -07:00
parent 7a6f27fed9
commit 1982ff8100

View File

@ -94,7 +94,7 @@ QEMU_UPDATE_SCHEMA = {
"adapters": {
"description": "number of adapters",
"type": "integer",
"minimum": 1,
"minimum": 0,
"maximum": 8,
},
"adapter_type": {