[Ryu-devel] [PATCH 0/2] nx_match clean up

2012-06-12 Thread Isaku Yamahata
This patch cleans up nx_match in minor way Isaku Yamahata (2): ofproto/nx_match: simplify set_dl_{src, dst}_mask() ofproto/nx_match: various minor clean up ryu/lib/mac.py | 12 ++-- ryu/ofproto/nx_match.py | 33 + 2 files changed, 19 inser

[Ryu-devel] [PATCH 1/2] ofproto/nx_match: simplify set_dl_{src, dst}_mask()

2012-06-12 Thread Isaku Yamahata
Introduce helper function for mac address, and simplify set_dl_{src, dst}_mask() Signed-off-by: Isaku Yamahata --- ryu/lib/mac.py | 12 ++-- ryu/ofproto/nx_match.py |8 ++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ryu/lib/mac.py b/ryu/lib/mac.py

[Ryu-devel] [PATCH] update setup.py for PyPI

2012-06-12 Thread FUJITA Tomonori
Add classifiers. Signed-off-by: FUJITA Tomonori --- setup.py |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index c7fed2d..5d5c09a 100644 --- a/setup.py +++ b/setup.py @@ -21,10 +21,19 @@ from setuptools import setup long_description = 'Ry