Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port_name not supported in web ui #3700

Open
daudo opened this issue Jan 25, 2025 · 0 comments
Open

port_name not supported in web ui #3700

daudo opened this issue Jan 25, 2025 · 0 comments
Labels

Comments

@daudo
Copy link

daudo commented Jan 25, 2025

I'm trying to get my feet wet with GNS 3.0.x (currently on 3.0.3), but I'm not sure if worked in 2.x

One of the things missing from the web ui is to change interface/port names, there is simply no way to edit the field:

Image

And even worse, the names shown in the "Custom adapters configuration" Ethernet 0, Ethernet 1, .... doesn't match the port_name_format configured in the general network configuration (in my case ether{port1})

Image

If I manually edit the gns3 file and add port_name there like this:

 "custom_adapters": [
                    {
                        "adapter_number": 0,
                        "adapter_type": "virtio-net-pci",
                        "port_name": "foobar1",
                    },
                    {
                        "adapter_number": 1,
                        "adapter_type": "virtio-net-pci",
                        "port_name": "foobar2",
                    },

... the names show when creating new connections, but as soon as I edit the device configuration via the web UI, those port_name entries are lost again.

@daudo daudo added the Bug label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant