Re-enable slicing in UserSwitch since it's fixed with newer kernels.

This commit is contained in:
Bob Lantz
2012-07-31 17:23:08 -07:00
parent ce823507cd
commit fa24f22d4d
-1
View File
@@ -817,7 +817,6 @@ class UserSwitch( Switch ):
intfs = [ str( i ) for i in self.intfList() if not i.IP() ]
self.cmd( 'ofdatapath -i ' + ','.join( intfs ) +
' punix:/tmp/' + self.name + ' -d ' + self.dpid +
' --no-slicing ' +
' 1> ' + ofdlog + ' 2> ' + ofdlog + ' &' )
self.cmd( 'ofprotocol unix:/tmp/' + self.name +
' tcp:%s:%d' % ( controller.IP(), controller.port ) +