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: dropin file support for main configuration of NetworkManager #1739

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aka7
Copy link
Contributor

@aka7 aka7 commented Nov 20, 2024

drop-in file support for main configuration section of NetworkManager
closes #1740

  • Why the change is necessary.
    Allow capability for adding additional options for NetworkManager.conf [main] section.

  • What backwards incompatibility it may introduce.
    manage_dns options will no longer be needed.

@aka7
Copy link
Contributor Author

aka7 commented Nov 20, 2024

not sure I understand the indentation failure here, indentation looks ok to me.

@aka7 aka7 force-pushed the ncm_network_nm_main_config branch 4 times, most recently from 2353dd3 to 6cc7a23 Compare November 20, 2024 17:04
@{Set the DNS processing mode for NetworkManager}
"dns" : choice("dnsmasq", "default", "none", "systemd-resolved")
@{Specify devices for which NetworkManager should not create default wired connection}
"no-auto-default" ? string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a list of strings instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes probably, will require a bit more thought on this as it can be interface names or mac addresses etc,
I'm not sure who will need this right now, we don't, just added it as bonus, so I'm inclined not to include this in this PR, and look into later, perhaps, if need arise?

@jrha
Copy link
Member

jrha commented Nov 21, 2024

The lines with indentation problems aren't ones you've touched, so feel free to ignore them.

@jrha jrha added this to the 25.next milestone Nov 21, 2024
…ager

switching to us dropin file support for main configuration of NetworkManager
instead of jsut manage_dns option
@aka7 aka7 force-pushed the ncm_network_nm_main_config branch from 6cc7a23 to e453fe7 Compare November 21, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

ncm-network - capability to manage main section of NetworkManager.conf
5 participants