Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
More NetworkManager template functionality #6
Conversation
semafor
added some commits
Mar 31, 2015
|
Thank you! I rebased this to fold the third commit into the first one, fixed the dozen PEP-8 errors and added NEWS entries. I'll release 0.15 shortly (after pulling in the other request). |
martinpitt
closed this
May 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
semafor commentedMar 31, 2015
Implements the following methods:
org.freedesktop.NetworkManager.DeactivateConnectionorg.freedesktop.NetworkManager.Settings.AddConnectionorg.freedesktop.NetworkManager.Settings.Connection.Updateorg.freedesktop.NetworkManager.Settings.Connection.DeleteIt also allows Connections with
autoconnect, added using AddConnection, to be automatically connected by the first found device, roughly like NetworkManager itself does.