File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,9 @@ class NetworkManager(NMDbusInterface):
281
281
def auto_reconnect (self ):
282
282
pass
283
283
284
+ class Statistics (NMDbusInterface ):
285
+ object_path = '/org/freedesktop/NetworkManager/Statistics'
286
+
284
287
class Settings (NMDbusInterface ):
285
288
object_path = '/org/freedesktop/NetworkManager/Settings'
286
289
@@ -331,6 +334,7 @@ class VPNConnection(ActiveConnection):
331
334
interface_names = ['org.freedesktop.NetworkManager.VPN.Connection' ]
332
335
333
336
class Device (NMDbusInterface ):
337
+ interface_names = ['org.freedesktop.NetworkManager.Device' , 'org.freedesktop.NetworkManager.Device.Statistics' ]
334
338
def __new__ (klass , object_path ):
335
339
if klass == Device :
336
340
# Automatically specialize the device
You can’t perform that action at this time.
0 commit comments