Removing test prints from user switch merge
This commit is contained in:
@@ -878,13 +878,10 @@ class UserSwitch( Switch ):
|
|||||||
' 1> ' + ofplog + ' 2>' + ofplog + ' &' )
|
' 1> ' + ofplog + ' 2>' + ofplog + ' &' )
|
||||||
if "no-slicing" not in self.dpopts:
|
if "no-slicing" not in self.dpopts:
|
||||||
# Only TCReapply if slicing is enable
|
# Only TCReapply if slicing is enable
|
||||||
print 'fooooooo'
|
|
||||||
sleep(1) # Allow ofdatapath to start before re-arranging qdisc's
|
sleep(1) # Allow ofdatapath to start before re-arranging qdisc's
|
||||||
for intf in self.intfList():
|
for intf in self.intfList():
|
||||||
if not intf.IP():
|
if not intf.IP():
|
||||||
self.TCReapply( intf )
|
self.TCReapply( intf )
|
||||||
else:
|
|
||||||
print "no reapply"
|
|
||||||
|
|
||||||
def stop( self ):
|
def stop( self ):
|
||||||
"Stop OpenFlow reference user datapath."
|
"Stop OpenFlow reference user datapath."
|
||||||
|
|||||||
Reference in New Issue
Block a user