mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 01:06:15 +00:00
Fix missing midplane in Cisco 7200
Fix https://github.com/GNS3/gns3-gui/issues/940
This commit is contained in:
parent
ea3895163c
commit
a24cfae748
@ -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": [
|
||||
{
|
||||
|
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user