On Mon, 3 Sep 2012 18:58:28 +0900
OHMURA Kei wrote:
> OHMURA Kei (2):
> ryu/lib/ofctl_v1_0: introduces OF interface
> ryu/app/ofctl_rest: implements ofctl_rest app
>
> ryu/app/ofctl_rest.py | 221 +
> ryu/lib/ofctl_v1_0.py | 237
>
2012/9/4 Isaku Yamahata :
> On Mon, Sep 03, 2012 at 06:58:28PM +0900, OHMURA Kei wrote:
>> Hi,
>
> Hi. Di you have a look at my proposal before?
> At leaset, your patch lacks
> - frame work to handle request/reply.
> - frame work to handle error case.
> - frame work to handle multiple reply.
Do yo
2012/9/4 Isaku Yamahata :
> On Mon, Sep 03, 2012 at 06:58:28PM +0900, OHMURA Kei wrote:
>> Hi,
>
> Hi. Di you have a look at my proposal before?
> At leaset, your patch lacks
> - frame work to handle request/reply.
> - frame work to handle error case.
> - frame work to handle multiple reply.
I'm n
On Mon, Sep 03, 2012 at 06:58:28PM +0900, OHMURA Kei wrote:
> Hi,
Hi. Di you have a look at my proposal before?
At leaset, your patch lacks
- frame work to handle request/reply.
- frame work to handle error case.
- frame work to handle multiple reply.
My proposal lacks (because it was before OF1.
Hi,
This patches implement the REST API for accessing state This module
helps your debugging and retrieving various statistics.
patch 1: introduce OF interface for talking with a switch
patch 2: supports REST API
v1 -> v2
- separate the REST part from the OF interface
Thanks,
kei
--
OHMURA K