Open bminer opened 1 year ago
@bminer I'm running into the same issue. did you find a workaround for this?
I found a similar method in this library that works as a workaround for our project. Thought I'd drop a reference here for future readers: https://github.com/Wifx/gonetworkmanager/blob/5cd4632c13e6ea747f19c0653ec1a1040215684d/Settings.go#L83
Device.Reapply
should acceptConnectionSettings
, notConnection
.Relevant doc: https://www.networkmanager.dev/docs/api/latest/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.Reapply