Use the blacklist in modprobe as the bridge module might be blacklisted by the openvswitch installation.

This commit is contained in:
Hugo Trippaers 2013-06-19 20:59:02 +02:00
parent 2d10ae7580
commit fde6637f90

View File

@ -82,7 +82,7 @@ class networkConfig:
if os.path.exists("/proc/sys/net/bridge"):
return True
return bash("modprobe bridge").isSucess()
return bash("modprobe -b bridge").isSucess()
@staticmethod
def isNetworkDev(devName):