Skip to content
Snippets Groups Projects
Commit 6df4371d authored by Brian O'Connor's avatar Brian O'Connor
Browse files

Removing test prints from user switch merge

parent be13072f
No related branches found
No related tags found
No related merge requests found
......@@ -878,13 +878,10 @@ def start( self, controllers ):
' 1> ' + ofplog + ' 2>' + ofplog + ' &' )
if "no-slicing" not in self.dpopts:
# Only TCReapply if slicing is enable
print 'fooooooo'
sleep(1) # Allow ofdatapath to start before re-arranging qdisc's
for intf in self.intfList():
if not intf.IP():
self.TCReapply( intf )
else:
print "no reapply"
def stop( self ):
"Stop OpenFlow reference user datapath."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment