GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
328 stars 392 forks source link

Fix Port Name Format #602

Closed Desposyni closed 3 years ago

Desposyni commented 3 years ago

Port names were incrementing incorrectly.

Before submitting a pull request, please check the following.


When updating an existing appliance:

ghost commented 3 years ago

The tooltip in GNS3 says, that {port0} is an alias for {0} and {segment0} is an alias for {1}:

QEMU_name_format

So your changes should have no effect. In my GNS3 installation that's exactly the case, so there is no need for your changes.

If your GNS3 is behaving differently, that's an issue in GNS3, not in the registry. Please open an issue in GNS3 and describe your issue with some screenshots.

Desposyni commented 3 years ago

Sorry about this, the root of the problem I'm experiencing is that the segment size is being set to 0 instead of the value from the appliance file. I'll close this till I find the real issue.