CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
304 stars 192 forks source link

Iperf doesn't work with user/cpqd switch when openflow1.3 in mininet is used #232

Closed mtkh closed 8 years ago

mtkh commented 8 years ago

Hi,

I have been trying to use iperf for my experiment. I was first testing the link bandwidth of cpqd user switch with the following method

sudo mn --switch user --test iperf

I have noticed that when I install mininet with "./install.sh -a" option then iperf works but when i do install.sh -n3fxw which is for installing openflow1.3 then iperf doesn't work.

I need to use openflow1.3 for my experiment, can someone please guide how can I fix this issue?

Thanks