We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d10ae7 commit fde6637Copy full SHA for fde6637
1 file changed
python/lib/cloudutils/networkConfig.py
@@ -82,7 +82,7 @@ def isBridgeSupported():
82
if os.path.exists("/proc/sys/net/bridge"):
83
return True
84
85
- return bash("modprobe bridge").isSucess()
+ return bash("modprobe -b bridge").isSucess()
86
87
@staticmethod
88
def isNetworkDev(devName):
0 commit comments