Skip to content

Commit 134741b

Browse files
committed
Device.specificDevice: support bridge devices
Reported-by: Stuart Longland
1 parent f941178 commit 134741b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NetworkManager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def SpecificDevice(self):
211211
NM_DEVICE_TYPE_BOND: Bond,
212212
NM_DEVICE_TYPE_VLAN: Vlan,
213213
NM_DEVICE_TYPE_ADSL: Adsl,
214+
NM_DEVICE_TYPE_BRIDGE: Bridge,
214215
}[self.DeviceType](self.object_path)
215216

216217
def postprocess(self, name, val):

0 commit comments

Comments
 (0)