[Ryu-devel] [PATCH 1/2] ofctl_rest: Add get role API

2017-03-21 Thread Satoshi Fujimoto
Signed-off-by: Satoshi Fujimoto --- doc/source/app/ofctl_rest.rst | 66 +++ ryu/app/ofctl_rest.py | 13 - ryu/lib/ofctl_utils.py| 19 + ryu/lib/ofctl_v1_2.py | 4 +++ ryu/lib/ofctl_v1_3.py | 4 +++ ryu/l

[Ryu-devel] [PATCH 2/2] ofctl_v1_5: Fix lack of arguments for modify role API

2017-03-21 Thread Satoshi Fujimoto
ofctl_v1_5 can't send role request messages, because of lack of arguments. This patch fixes it by adding the argument for short_id. ofctl_v1_5 sets None to short_id. It means ofctl_v1_5 uses the default value of short_id. Signed-off-by: Satoshi Fujimoto --- ryu/lib/ofctl_v1_5.py | 2 +- 1 file c

Re: [Ryu-devel] Problem with simple switch 13 app in multiple switch topology

2017-03-21 Thread eacela
Thank you, Iwase! i will verify this application and i will analyze this issue and try to resolve it. Regards Enviado desde mi smartphone Samsung Galaxy. Mensaje original De: Iwase Yusuke Fecha: 20/3/17 9:22 PM (GMT-03:00) A: [email protected] CC: [email protected]

[Ryu-devel] Distributed controller based on Ryu

2017-03-21 Thread Tao Li
Dear Ryuers, I am trying to develop a distributed controller for my research work and it would be good to refer to other existing implementations. Although there are several papers claiming they have implemented a distributed control plane based on Ryu, but somehow I cannot find an open sourced