We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f941178 commit 134741bCopy full SHA for 134741b
1 file changed
NetworkManager.py
@@ -211,6 +211,7 @@ def SpecificDevice(self):
211
NM_DEVICE_TYPE_BOND: Bond,
212
NM_DEVICE_TYPE_VLAN: Vlan,
213
NM_DEVICE_TYPE_ADSL: Adsl,
214
+ NM_DEVICE_TYPE_BRIDGE: Bridge,
215
}[self.DeviceType](self.object_path)
216
217
def postprocess(self, name, val):
0 commit comments