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

ncm-network: set profile-name and set dhcp to disable for static config #1637

Merged
merged 1 commit into from Dec 20, 2023

Conversation

aka7
Copy link
Contributor

@aka7 aka7 commented Dec 6, 2023

  • add profile name to make sure nmstateclt apply picks the right profile.
  • explicitly set dhcp to false when setting static address. if there is an existing connection for same device with dhcp enabled nmstate wll not apply the change unless dhcp is explicitly is set to false.

closes #1636

  • Why the change is necessary.
    To make sure right profile config is used by NM when nmstate applies the config.
  • What backwards incompatibility it may introduce.
    None.

- add profile name to make sure nmstateclt apply picks the right profile.
- explicitly set dhcp to false when setting static address.
if there is an existing connection for same device with dhcp enabled
nmstate wll not apply the change unless dhcp is explicitly is set to false.

closes quattor#1636
@jrha jrha added this to the 23.12 milestone Dec 18, 2023
@jrha jrha merged commit 533badd into quattor:master Dec 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ncm-network: nmstate backend - add profile-name in config
2 participants