Re: [Ryu-devel] [PATCH v2 0/2] Supports REST API

2012-10-29 Thread FUJITA Tomonori
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 >

Re: [Ryu-devel] [PATCH v2 0/2] Supports REST API

2012-09-05 Thread OHMURA Kei
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

Re: [Ryu-devel] [PATCH v2 0/2] Supports REST API

2012-09-04 Thread OHMURA Kei
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

Re: [Ryu-devel] [PATCH v2 0/2] Supports REST API

2012-09-03 Thread 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. My proposal lacks (because it was before OF1.

[Ryu-devel] [PATCH v2 0/2] Supports REST API

2012-09-03 Thread OHMURA Kei
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