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] Monitoring control packets

2016-09-01 Thread Iwase Yusuke
Hi, I'm sorry I mistook. The statistics of OFPP_CONTROLLER does not seems to be maintained by the switch. I mistook the statistics of OFPP_LOCAL for that of OFPP_CONTROLLER. The OFPP_CONTROLLER ports seem to communicate on the NON ofport, the controller to switch connections are established thro

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] Monitoring control packets

2016-09-01 Thread Osman Titu
Hi I am really stuck on it. Could you please help me out to monitor control packets? Thanks in advance On Mon, Aug 29, 2016 at 1:26 PM, Osman Titu wrote: > Hi > > I have tried with OFPP_CONTROLLER but its not giving me statistic of that > port. > > I don't know whats wrong with my code. its o

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

[Ryu-devel] Ryu 4.6 released

2016-09-01 Thread FUJITA Tomonori
Hi, Here's a new release, some new features (such as initial BGP EVPN support) and fixes. Thanks! = FUJITA Tomonori (1): Ryu 4.6 IWASE Yusuke (24): ofctl_nicira_ext: Resolve not initialized values ofctl_nicira_ext: Fix not enough arguments for format string stringify: F

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