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

fix(nm): Removed check of net.interfaces property #5531

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pierantoniomerlino
Copy link
Contributor

This PR removes the check of the content of the net.interfaces property when a new configuration is applied. Moreover, the webUI behavior has been changed to take into account the fact that a network interface cannot be listed in that property.

@pierantoniomerlino pierantoniomerlino force-pushed the fix_net_interfaces_property_management branch from 2604207 to 6648e6f Compare November 8, 2024 08:44
@mattdibi mattdibi marked this pull request as draft November 8, 2024 13:45
@mattdibi
Copy link
Contributor

mattdibi commented Nov 8, 2024

Since this PR is quite invasive (removing a snapshot property that's being there for... as long as the project exists) and we're in the middle of the release process, we decided to opt for a less invasive fix of the issue for the time being.

The current issue is given by the fact that, due to how the Kura snapshot works, we cannot configure a network interface via Rest if it is not already in the snapshot (while via UI we can).

This PR addresses the issue at snapshot level, we'll create a PR that addresses the issue at Rest API level. After this release we'll resurrect this PR.

To work on the new PR we'll need to revert the already contributed changes in #5522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants