No description
This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-09-18 10:34:39 +02:00
AccessPoint.go Merge remote-tracking branch 'upstream/master' 2019-09-18 10:19:02 +02:00
ActiveConnection.go ActiveCOnnection : do not create an object if the path is '/', return nil instead 2019-09-18 10:34:39 +02:00
Checkpoint.go Implement better error handling for properties 2019-06-19 17:26:36 +00:00
Connection.go Added connection delete 2019-08-20 09:32:56 -04:00
Device.go Merge upstream 2019-09-18 10:19:20 +02:00
DeviceDummy.go Merge upstream 2019-09-18 10:19:20 +02:00
DeviceGeneric.go Merge upstream 2019-09-18 10:19:20 +02:00
DeviceIpTunnel.go Merge upstream 2019-09-18 10:19:20 +02:00
DeviceStatistics.go Implement better error handling for properties 2019-06-19 17:26:36 +00:00
DeviceWired.go Merge upstream 2019-09-18 10:19:20 +02:00
DeviceWireless.go Merge upstream 2019-09-18 10:19:20 +02:00
DHCP4Config.go Merge upstream 2019-09-18 10:19:20 +02:00
DHCP6Config.go Implement better error handling for properties 2019-06-19 17:26:36 +00:00
enums.go Use CameCase for all enums (breaks API) 2019-06-12 14:57:33 +02:00
go.mod Merge upstream 2019-09-18 10:19:20 +02:00
go.sum Merge upstream 2019-09-18 10:19:20 +02:00
IP4Config.go Merge remote-tracking branch 'upstream/master' 2019-09-18 10:19:02 +02:00
IP6Config.go Implement better error handling for properties 2019-06-19 17:26:36 +00:00
LICENSE Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
NetworkManager.go Merge upstream 2019-09-18 10:19:20 +02:00
nm80211apflags_string.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
nm80211apsec_string.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
nm80211mode_string.go Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
nmactivationstateflag_string.go Add NmActivationStateFlag 2019-05-17 15:19:25 +02:00
nmactiveconnectionstate_string.go Add NmActiveConnectionState 2019-05-17 15:18:13 +02:00
nmcapability_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmcheckpointcreateflags_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmconnectivity_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
nmdevicestate_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
nmdevicetype_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
nmmetered_string.go Add new types strings conversions 2019-06-12 14:51:29 +02:00
nmstate_string.go Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00
README.md Update REAMDME to 1.16 2019-06-12 14:45:25 +02:00
Settings.go Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right 2019-06-26 09:24:05 +02:00
utils.go Fixed duplicate entries in nm and utils 2019-06-29 23:53:31 +02:00

gonetworkmanager

Go D-Bus bindings for NetworkManager 1.16.

Tested with NetworkManager 1.16.0.

GoDoc

NetworkManager 1.16 D-Bus Spec