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

Don't recognize NetworkManager if the systemd dns plugin is active #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

liorokman
Copy link

If NetworkManager is active, but the configured DNS plugin is systemd-resolved, then IsNetworkManager should return false. The correct way to configure the system in this case is via the systemd-resolved interface.

@liorokman
Copy link
Author

See some documentation for this here

@kayrus
Copy link
Owner

kayrus commented Dec 2, 2021

I have done some work in gof5 WIP branch: kayrus/gof5@ae8f548

@kayrus
Copy link
Owner

kayrus commented Dec 2, 2021

@liorokman I don't have much time to work on tuncfg right now. Feel free to read my WIP code and submit a PR to fix the issue.

@liorokman
Copy link
Author

Are you developing in the vendor directory? Why not develop in the original repository and use the replace syntax in go.mod to point to a local folder?

Modified the discriminator for NetworkManager to check against the NetworkManager configuration if the mode is systemd-resolved.
@kayrus
Copy link
Owner

kayrus commented Dec 4, 2021

@liorokman I was too lazy :)

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