Re: [Ryu-devel] Ryu app

2016-09-19 Thread Francesco Murador
Hi i'm trying the no_recv_stp and it seems to work in OF 1.0 using simple_switch_stp...but when i try with other versions of Openflow like 1.3 the spanning tree won't work even if i start it without my module so there's a functioning stp for Openflow 1.3 in ryu? Inviato da iPhone > Il giorno 1

[Ryu-devel] [PATCH] app: Integrate aplication of Ryu-book

2016-09-19 Thread Shinpei Muraoka
Henceforth, Ryu-Book includes the source files for application of Ryu. This patch Integrates the source files for application of Ryu-Book. Just for information, the source files for application of Ryu-Book will Integrate as for OpenFlow1.3. Signed-off-by: Shinpei Muraoka --- ryu/app/simple_monit

[Ryu-devel] [PATCH] Integrate aplication of Ryu-book

2016-09-19 Thread Shinpei Muraoka
Shinpei Muraoka (1): app: Integrate aplication of Ryu-book ryu/app/simple_monitor_13.py | 95 ++ ryu/app/simple_switch_igmp_13.py | 92 + ryu/app/simple_switch_lacp_13.py | 106 ++ ryu/app/simple_swit

Re: [Ryu-devel] REST router and firewall running together

2016-09-19 Thread Iwase Yusuke
Hi, On 2016年09月14日 22:33, rena...@ime.usp.br wrote: > > Hello, > > I have tried to run rest_router and rest_firewall at the same time, so > my ovs could act as both. However, I promptly realized the need to put > the firewall rules in a flow table and the routing stuff in a > subsequent one. > > 1