More NetworkManager template functionality #6

Closed
wants to merge 3 commits into
from

Conversation

Projects
None yet
2 participants
Contributor

semafor commented Mar 31, 2015

Implements the following methods:

  • org.freedesktop.NetworkManager.DeactivateConnection
  • org.freedesktop.NetworkManager.Settings.AddConnection
  • org.freedesktop.NetworkManager.Settings.Connection.Update
  • org.freedesktop.NetworkManager.Settings.Connection.Delete

It also allows Connections with autoconnect, added using AddConnection, to be automatically connected by the first found device, roughly like NetworkManager itself does.

Owner

martinpitt commented May 8, 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 martinpitt closed this May 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment