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:
Adam Thompson 2021-04-14 21:45:23 -05:00 committed by GitHub
parent e415e262c3
commit a8532b9510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",