Re: [Ryu-devel] Ryu patch

2016-09-06 Thread FUJITA Tomonori
On Fri, 02 Sep 2016 03:49:54 + 林東岳 wrote: > From 45f42b5c6cb85430f0f3869533b620b5b3a92f10 Mon Sep 17 00:00:00 2001 > From: tungyueh > Date: Thu, 25 Aug 2016 15:53:17 +0800 > Subject: [PATCH] add modify role API in ofctl_rest > > add description about role API > > Signed-off-by: tungyueh >

Re: [Ryu-devel] Ryu patch

2016-09-04 Thread Iwase Yusuke
Hi Tungyueh, Thank you for updating your patch! It looks good to me and the API reference can be successfully built on my environment. Thanks, Iwase On 2016年09月02日 12:49, 林東岳 wrote: > Hi, > > I write the reference for this API. > > tungyueh > > Iwase Yusuke 於 2016年9月2日 週五 上午9:38寫道: > >> Hi T

Re: [Ryu-devel] Ryu patch

2016-09-01 Thread 林東岳
Hi, I write the reference for this API. tungyueh Iwase Yusuke 於 2016年9月2日 週五 上午9:38寫道: > Hi Tungyueh, > > (If possible) In addition to this patch, > could you write the reference for this API you implemented into the > following? > It might be helpful for Ryu users using this API, I guess. >

Re: [Ryu-devel] Ryu patch

2016-09-01 Thread Iwase Yusuke
Hi Tungyueh, (If possible) In addition to this patch, could you write the reference for this API you implemented into the following? It might be helpful for Ryu users using this API, I guess. https://github.com/osrg/ryu/blob/master/doc/source/app/ofctl_rest.rst Thanks, Iwase On 2016年09月02日 1

Re: [Ryu-devel] Ryu patch

2016-09-01 Thread Iwase Yusuke
Hi Fujita-San, On 2016年09月01日 21:29, FUJITA Tomonori wrote: > On Thu, 01 Sep 2016 08:50:06 + > 林東岳 wrote: > >> From 1633af89f6dd5f2b2e42023c62b744362d553546 Mon Sep 17 00:00:00 2001 >> From: tungyueh >> Date: Thu, 25 Aug 2016 15:53:17 +0800 >> Subject: [PATCH] add change role API in ofctl_re

Re: [Ryu-devel] Ryu patch

2016-09-01 Thread FUJITA Tomonori
On Thu, 01 Sep 2016 08:50:06 + 林東岳 wrote: > From 1633af89f6dd5f2b2e42023c62b744362d553546 Mon Sep 17 00:00:00 2001 > From: tungyueh > Date: Thu, 25 Aug 2016 15:53:17 +0800 > Subject: [PATCH] add change role API in ofctl_rest > > let default role to be equal > > Signed-off-by: tungyueh > -

Re: [Ryu-devel] Ryu patch

2016-09-01 Thread 林東岳
I already combine two patches into one. Thanks. FUJITA Tomonori 於 2016年9月1日 週四 下午4:14寫道: > On Mon, 29 Aug 2016 03:31:26 + > 林東岳 wrote: > > > From 8cb2da767e990578ce846e95720a848dac5aff7a Mon Sep 17 00:00:00 2001 > > From: tungyueh > > Date: Mon, 29 Aug 2016 11:18:53 +0800 > > Subject: [PAT

Re: [Ryu-devel] Ryu patch

2016-09-01 Thread FUJITA Tomonori
On Mon, 29 Aug 2016 03:31:26 + 林東岳 wrote: > From 8cb2da767e990578ce846e95720a848dac5aff7a Mon Sep 17 00:00:00 2001 > From: tungyueh > Date: Mon, 29 Aug 2016 11:18:53 +0800 > Subject: [PATCH 2/2] let default role to be equal > > Signed-off-by: tungyueh > --- > ryu/lib/ofctl_utils.py | 3 ++

Re: [Ryu-devel] Ryu patch

2016-08-28 Thread 林東岳
Hi, I summit the second patch according to your suggestion. Thanks, tungyueh Iwase Yusuke 於 2016年8月29日 週一 上午9:43寫道: > Hi, > > Thank you for submitting your patch! > > > > diff --git a/ryu/lib/ofctl_v1_3.py b/ryu/lib/ofctl_v1_3.py > > index f407e5a..44f611a 100644 > > --- a/ryu/lib/ofctl_v1_3.p

Re: [Ryu-devel] Ryu patch

2016-08-28 Thread Iwase Yusuke
Hi, Thank you for submitting your patch! > diff --git a/ryu/lib/ofctl_v1_3.py b/ryu/lib/ofctl_v1_3.py > index f407e5a..44f611a 100644 > --- a/ryu/lib/ofctl_v1_3.py > +++ b/ryu/lib/ofctl_v1_3.py > @@ -1152,5 +1152,11 @@ def mod_port_behavior(dp, port_config): > ofctl_utils.send_msg(dp, port_

[Ryu-devel] Ryu patch

2016-08-25 Thread 林東岳
Hi, Attachment is my patch. tungyueh From 206a5d096a6c3ffb2fc2029979d28aa2fd1d15ab Mon Sep 17 00:00:00 2001 From: tungyueh Date: Thu, 25 Aug 2016 15:53:17 +0800 Subject: [PATCH] add change role API in ofctl_rest Signed-off-by: tungyueh --- ryu/app/ofctl_rest.py | 12 ryu/lib/of