-
Notifications
You must be signed in to change notification settings - Fork 56
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
base: main
Are you sure you want to change the base?
Conversation
cff15a3
to
aacb57b
Compare
not sure I understand the indentation failure here, indentation looks ok to me. |
2353dd3
to
6cc7a23
Compare
ncm-network/src/main/pan/components/network/types/network/backend/nmstate.pan
Outdated
Show resolved
Hide resolved
@{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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
The lines with indentation problems aren't ones you've touched, so feel free to ignore them. |
…ager switching to us dropin file support for main configuration of NetworkManager instead of jsut manage_dns option
6cc7a23
to
e453fe7
Compare
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.