Re: [Ryu-devel] rest_router.py with looped topologies

2016-02-29 Thread Minoru TAKAHASHI
Hi, Do you want to create a topology with loops among routers? In that case, I think you may not have to worry about l2-problems such as broadcast storms because the ARP request is broadcast so all hosts on the "LAN". Sorry if I misunderstood you want to do. thanks, On 2016年02月26日 09:37, suma

[Ryu-devel] rest_router.py with looped topologies

2016-02-25 Thread sumaira shamim
Hi, I am new to RYU and I want to create a topology with redundant paths between the hosts for some QoS purposes. Since any l2 learning module cannot do this without some sort of ARP storm or spanning tree, will this rest_router app work for such a topology? Does it take care of ARP and layer 2 pr