Skip to content

Commit fde6637

Browse files
committed
Use the blacklist in modprobe as the bridge module might be blacklisted by the openvswitch installation.
1 parent 2d10ae7 commit fde6637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/cloudutils/networkConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def isBridgeSupported():
8282
if os.path.exists("/proc/sys/net/bridge"):
8383
return True
8484

85-
return bash("modprobe bridge").isSucess()
85+
return bash("modprobe -b bridge").isSucess()
8686

8787
@staticmethod
8888
def isNetworkDev(devName):

0 commit comments

Comments
 (0)