mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-05 10:29:16 +00:00
Changing port_name_format to start at 1 instead of 0
This commit is contained in:
parent
bfa9cca3a3
commit
48c6681b41
@ -16,7 +16,7 @@
|
||||
"maintainer_email": "samy.scanna@outlook.com",
|
||||
"usage": "After the first boot, the appliance automatically runs the configuration script to set up the password, and network interfaces.",
|
||||
"symbol": "stormshield.png",
|
||||
"port_name_format": "eth{0}",
|
||||
"port_name_format": "port{port1}",
|
||||
"qemu": {
|
||||
"adapter_type": "vmxnet3",
|
||||
"adapters": 8,
|
||||
|
Loading…
x
Reference in New Issue
Block a user