Fix missing midplane in Cisco 7200

Fix https://github.com/GNS3/gns3-gui/issues/940
This commit is contained in:
Julien Duponchelle 2016-01-20 13:27:16 +01:00
parent ea3895163c
commit a24cfae748
2 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,9 @@
"ram": 512,
"nvram": 512,
"startup_config": "ios_base_startup-config.txt",
"slot0": "C7200-IO-FE"
"slot0": "C7200-IO-FE",
"midplane": "vxr",
"npe": "npe-400"
},
"images": [
{

View File

@ -166,7 +166,9 @@
"slot3": { "$ref": "#/definitions/dynamips_slot" },
"slot4": { "$ref": "#/definitions/dynamips_slot" },
"slot5": { "$ref": "#/definitions/dynamips_slot" },
"slot6": { "$ref": "#/definitions/dynamips_slot" }
"slot6": { "$ref": "#/definitions/dynamips_slot" },
"midplane": { "enum": ["std", "vxr"] },
"npe": { "enum": ["npe-100", "npe-150", "npe-175", "npe-200", "npe-225", "npe-300", "npe-400", "npe-g2"] }
},
"additionalProperties": false,
"required": [