mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 17:22:48 +00:00
fix adapter names
When connecting devices in the GNS3 client, adapter names incorrectly show as "fxp0", "em0", "em1"..."em6" when they should read "em0"..."em7".
This commit is contained in:
parent
e415e262c3
commit
a8532b9510
@ -11,7 +11,7 @@
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"usage": "User root, password gns3",
|
||||
"first_port_name": "fxp0",
|
||||
"first_port_name": "em0",
|
||||
"port_name_format": "em{0}",
|
||||
"qemu": {
|
||||
"adapter_type": "e1000",
|
||||
|
Loading…
x
Reference in New Issue
Block a user