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
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
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]
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