-
Notifications
You must be signed in to change notification settings - Fork 52
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
Webui missing custom network adapter option for node #1339
Comments
Qemu Custom adapters seems to be almost implemented for Qemu templates/nodes however the Web-Ui seems to not send the correct custom adapters list:
The
Also, the possibility to configure custom MAC addresses is not available: Docker Custom adapters for Docker templates and nodes is not implemented in the web-ui, here is what we have in the desktop interface: For Docker, we can only configure port names, for example:
VMware and VirtualBox Custom adapters seems to be almost implemented for VirtualBox and VMware templates/nodes however seems to be the same error as with Qemu + the adapter types are not filled out. For VirtualBox/VMware, we can only configure port names and adapter types, for example:
|
…bui custom network adapter option for node #1339
Let's focus on Qemu templates first. Here is the data we receive from the server for the FRR template using the
Now we have to use the content of
|
I don't see a way to do this via the webui.
Screen shot is from a deployed QEMU node in this case.
The text was updated successfully, but these errors were encountered: