[Ryu-devel] [PATCH 1/4] Remove unused import

2015-08-11 Thread Jason Kölker
Signed-off-by: Jason Kölker --- ryu/ofproto/nx_match.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index f043ce8..5259a61 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -16,7 +16,6 @@ # limitations under the License

[Ryu-devel] [PATCH 4/4] Allow specifing match fields in ClsRule.__init__

2015-08-11 Thread Jason Kölker
Signed-off-by: Jason Kölker --- ryu/ofproto/nx_match.py | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index 2364780..dae24b6 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -118,10 +11

[Ryu-devel] [PATCH 0/4] Improve nx_match.ClsRule Usablity

2015-08-11 Thread Jason Kölker
A few fixes I ran across while troubleshooting a controller. ryu/ofproto/nx_match.py | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) --

[Ryu-devel] [PATCH 3/4] Sprinkle StringifyMixin

2015-08-11 Thread Jason Kölker
Signed-off-by: Jason Kölker --- ryu/ofproto/nx_match.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index 4f7db8a..2364780 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -20,6 +20,7 @@ import s

[Ryu-devel] [PATCH 2/4] PEP8 Line length

2015-08-11 Thread Jason Kölker
Signed-off-by: Jason Kölker --- ryu/ofproto/nx_match.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index 5259a61..4f7db8a 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -916,14 +916,16 @@ class

Re: [Ryu-devel] how does the barrier request works exactly

2015-08-11 Thread Minoru TAKAHASHI
Hi, On 2015年08月12日 05:18, Andre Schütze wrote: > Hallo ryu - development list, > > I allready ask this question at the ovs-discussion list, but > unfortunatelly nobody answer. I try to implement an OpenFlow controller > with a special Update algorithm, which is called WayUp and is discribed >

[Ryu-devel] REST linkage with simple switch and simple switch 13 (mac filtering)

2015-08-11 Thread Kelvin Yau
Hi, i'm currently looking ryu through examples from the SimpleSwitch13.py & SimpleSwitchRest13.py. I've gone through the code and understand what is it trying to achieve. My question is how would i filter certain mac address to update as in from the "PUT" method i can control a list of MAC addres

[Ryu-devel] how does the barrier request works exactly

2015-08-11 Thread Andre Schütze
Hallo ryu - development list, I allready ask this question at the ovs-discussion list, but unfortunatelly nobody answer. I try to implement an OpenFlow controller with a special Update algorithm, which is called WayUp and is discribed in this paper: https://www.net.t-labs.tu-berlin.de/~stefan/

Re: [Ryu-devel] [PATCH] packet_data_generator2: Add Makefile for GNU environment

2015-08-11 Thread FUJITA Tomonori
On Tue, 11 Aug 2015 15:56:46 +0900 IWAMOTO Toshihiro wrote: > At Tue, 11 Aug 2015 13:26:53 +0900 (JST), > FUJITA Tomonori wrote: >> >> On Tue, 11 Aug 2015 09:32:21 +0900 >> Yusuke Iwase wrote: >> >> > The existing Makefile seems to suppose the BSD environment. >> > This patch renames existing