Skip to content

Commit 5ef7490

Browse files
authored
apply suggestion
1 parent a8b2463 commit 5ef7490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/lib/cloudutils/serviceConfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ def addBridge(self, brName, dev):
375375
if cfo.getEntry("IPADDR"):
376376
cfo.rmEntry("IPADDR", cfo.getEntry("IPADDR"))
377377
elif self.syscfg.env.bridgeType == "native":
378-
cfo.addEntry("BRIDGE", brName)
378+
# Bridge is linked to the dev in SUSE not the other way round
379+
pass
379380
else:
380381
raise CloudInternalException("Unknown network.bridge.type %s" % self.syscfg.env.bridgeType)
381382
cfo.save()

0 commit comments

Comments
 (0)