mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
Changed 'GigabitEthernet' to 'Gi'; it was too long and shown as 'Gigabite' in the GUI
This commit is contained in:
parent
aa14760520
commit
1421ea01e3
@ -12,7 +12,7 @@
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "This appliance will use 100% of your CPU, please use ASAv instead. There is no default password and enable password.",
|
||||
"symbol": ":/symbols/asa.svg",
|
||||
"port_name_format": "GigabitEthernet{0}",
|
||||
"port_name_format": "Gi{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "i82559er",
|
||||
"adapters": 4,
|
||||
|
@ -14,7 +14,7 @@
|
||||
"usage": "There is no default password and enable password. A default configuration is present.",
|
||||
"symbol": ":/symbols/asa.svg",
|
||||
"first_port_name": "Management0/0",
|
||||
"port_name_format": "GigabitEthernet0/{0}",
|
||||
"port_name_format": "Gi0/{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 8,
|
||||
|
@ -12,7 +12,7 @@
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "There is no default password and enable password. A default configuration is present.",
|
||||
"port_name_format": "GigabitEthernet{0}",
|
||||
"port_name_format": "Gi{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "virtio-net-pci",
|
||||
"adapters": 4,
|
||||
|
@ -11,7 +11,7 @@
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "There is no default password and enable password. There is no default configuration present.",
|
||||
"port_name_format": "GigabitEthernet0/{0}",
|
||||
"port_name_format": "Gi0/{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 4,
|
||||
|
@ -11,7 +11,7 @@
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "There is no default password and enable password. There is no default configuration present.",
|
||||
"port_name_format": "GigabitEthernet{1}/{0}",
|
||||
"port_name_format": "Gi{1}/{0}",
|
||||
"port_segment_size": 4,
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
|
Loading…
Reference in New Issue
Block a user