mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
Document port segment size
This commit is contained in:
parent
527424cd5a
commit
72ecdeb11f
@ -15,7 +15,8 @@ Two way to create a new appliance:
|
|||||||
After that you can send us a pull request on Github.
|
After that you can send us a pull request on Github.
|
||||||
|
|
||||||
|
|
||||||
In schemas/appliance.json you have a JSON with a schema for controlling the file.
|
In schemas/appliance.json you have a JSON with a schema for controlling the file
|
||||||
|
and can be use as documentation for each fields.
|
||||||
|
|
||||||
|
|
||||||
Tools
|
Tools
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
},
|
},
|
||||||
"port_segment_size": {
|
"port_segment_size": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Optional port segment size"
|
"title": "Optional port segment size. A port segment is a block of port. For example Ethernet0/0 Ethernet0/1 is the module 0 with a port segment size of 2"
|
||||||
},
|
},
|
||||||
|
|
||||||
"qemu": {
|
"qemu": {
|
||||||
|
Loading…
Reference in New Issue
Block a user