Workaround for openvswitch_mod rename and pass code check.

This commit is contained in:
Bob Lantz
2012-07-06 23:30:14 -07:00
parent d85a58feeb
commit 28c2cdc2c4
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def modprobe( mod ):
return quietRun( [ 'modprobe', mod ] )
OF_KMOD = 'ofdatapath'
OVS_KMOD = 'openvswitch_mod'
OVS_KMOD = 'openvswitch_mod' # Renamed 'openvswitch' in OVS 1.7+/Linux 3.5+
TUN = 'tun'
def moduleDeps( subtract=None, add=None ):