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

WIP: Implement Network Settings for Ubuntu Core - closes #3155 #3168

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

Conversation

benfrancis
Copy link
Member

Closes #3155

This is a start on an experimental network settings back end for an Ubuntu or Ubuntu Core operating system, which configures network settings using NetworkManager via its DBus API. This will require implementing an async version of some Platform methods (which are currently all synchronous) all the way up the stack.

I'm not sure yet whether we should use NetworkManger on both Ubuntu and Ubuntu Core, or just Ubuntu Core using #3165 to detect when we're running on Ubuntu Core.

This implementation will require requesting the network-manager interface for the snap package, which is not auto-connected by default in the Snap Store. We can make a request for a store assertion to make an exception to that rule, otherwise users will have to manually connect that interface on the command line.

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.

[Snap] Implement Network Settings
1 participant