1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix validation error with auxilary console

Fix https://github.com/GNS3/gns3-gui/issues/1569
This commit is contained in:
Julien Duponchelle 2016-10-17 10:10:59 +02:00
parent cb0a7c6a3f
commit 780b00f095
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -140,7 +140,7 @@ VM_CREATE_SCHEMA = {
},
"aux": {
"description": "Auxiliary console TCP port",
"type": "integer",
"type": ["null", "integer"],
"minimum": 1,
"maximum": 65535
},