Re: [Ryu-devel] [PATCH] rest_router: support OF 1.3

2013-11-25 Thread FUJITA Tomonori
On Mon, 25 Nov 2013 15:44:29 +0900 Yuichi Ito wrote: > Signed-off-by: Yuichi Ito > --- > ryu/app/rest_router.py | 99 > > 1 file changed, 75 insertions(+), 24 deletions(-) Applied, thanks.

[Ryu-devel] [PATCH] rest_router: support OF 1.3

2013-11-24 Thread Yuichi Ito
Signed-off-by: Yuichi Ito --- ryu/app/rest_router.py | 99 1 file changed, 75 insertions(+), 24 deletions(-) diff --git a/ryu/app/rest_router.py b/ryu/app/rest_router.py index 6a5c865..e502d89 100644 --- a/ryu/app/rest_router.py +++ b/ryu/app/re