Hi

I need to use OpenFlow 1.3 meters running looped topologies.
I long as I've read, https://github.com/CPqD/ofsoftswitch13 is the only
switch that inplements it.

I'm trying the next using mininet:
sudo mn --mac --topo linear,3 --controller remote --switch user
ryu -manager simple_switch_stp_13.py
but it doesn't work, pingall in mininet shows no connectivity.

When I try
sudo mn --mac --topo linear,3 --controller remote --switch ovsk
ryu -manager simple_switch_stp_13.py

It works perfectly when I do pingall in mininet
I've tried the same with abilene topology (
https://github.com/sjas/assessing-mininet/blob/master/parser/topologies/Abilene.graphml-generated-Mininet-Topo.py
) and I get the same results.

Any suggestions?

Thanks a lot
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to