diff --git a/gns3server/modules/dynamips/schemas/vm.py b/gns3server/modules/dynamips/schemas/vm.py index 99b9096c..581a4d65 100644 --- a/gns3server/modules/dynamips/schemas/vm.py +++ b/gns3server/modules/dynamips/schemas/vm.py @@ -35,7 +35,7 @@ VM_CREATE_SCHEMA = { "description": "router chassis model", "type": "string", "minLength": 1, - "pattern": "^[0-9]{4}$" + "pattern": "^[0-9]{4}(XM)?$" }, "image": { "description": "path to the IOS image file",