tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Bug in apptopo.py in P4D2_2017_Spring

Open alex1230608 opened this issue 8 years ago • 0 comments

Hi,

I think there is a small copy-paste bug at line 57 in P4D2_2017_Spring/utils/mininet/apptopo.py

delay_key = ''.join(sorted([host_name, sw]))

should be

delay_key = ''.join(sorted([sw1, sw2]))

Hope it helps!

alex1230608 avatar Oct 25 '17 15:10 alex1230608