[Ryu-devel] [PATCH] of1.2: add test code of OFPErrorExperimenterMsg. review of test code

2013-02-27 Thread KONDOH Tasuku
- add test code of max and min to OFPErrorExperimenterMsg Signed-off-by: KONDOH Tasuku --- ryu/tests/unit/ofproto/test_parser_v12.py | 237 + 1 file changed, 237 insertions(+) diff --git a/ryu/tests/unit/ofproto/test_parser_v12.py b/ryu/tests/unit/ofproto/test_pars

[Ryu-devel] [PATCH] g/c --monkey-patch option

2013-02-27 Thread YAMAMOTO Takashi
this obscure option seems to have been a no-op since the initial commit. Signed-off-by: YAMAMOTO Takashi --- ryu/flags.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ryu/flags.py b/ryu/flags.py index b4e55d0..533f7de 100644 --- a/ryu/flags.py +++ b/ryu/flags.py @@ -22,8 +22,6 @@ from os

[Ryu-devel] Ryu 1.7 released

2013-02-27 Thread FUJITA Tomonori
Hi, The major news is that OpenStack/Quantum support (VLAN and tunnel isolation) was finally merged. Another new item is adding netflow/sflow/OVSDB JSON protocol support. We continue to add more non OpenFlow protocols. We have the major change in the way to handle events but it should be invisib

Re: [Ryu-devel] [PATCH 2/2] RyuApp: teach event dispatcher source state

2013-02-27 Thread FUJITA Tomonori
On Tue, 26 Feb 2013 18:23:12 +0900 Isaku Yamahata wrote: > On Sun, Feb 24, 2013 at 12:39:29PM +0900, FUJITA Tomonori wrote: >> Why a source needs to send an event in the first place? > > Basically looks good. Some minor nits inlined Thanks, I've applied the following. = >From 6690d519dc0230ed2

Re: [Ryu-devel] [PATCH] mac: fix raise ValueError

2013-02-27 Thread FUJITA Tomonori
On Wed, 27 Feb 2013 15:15:57 +0900 EisukeTAKAHASHI wrote: > Traceback (most recent call last): > File > "/home/openflow/ryu/.venv/local/lib/python2.7/site-packages/nose/tools/nontrivial.py", > line 67, in newfunc > raise AssertionError(message) > AssertionError: test_mac_haddr_to_bin_true

Re: [Ryu-devel] About "OF1.3 doesn't have ports"

2013-02-27 Thread FUJITA Tomonori
On Wed, 27 Feb 2013 17:30:01 +0800 "can." wrote: > As I'm walking through the source code of ryu, I encountered these lines in > fop_handler.py(line 190): > > "OF1.3 doesn't have ports. An application should not depend on them." > > Could some one provide some contexts about the change in open

Re: [Ryu-devel] [PATCH v2 1/3] app_manager: allow separated modules of Event and RyuApp

2013-02-27 Thread FUJITA Tomonori
On Fri, 22 Feb 2013 19:14:18 +0900 YAMADA Hideki wrote: > Because handler.set_ev_cls() sets observer to module of ev_cls, > Event class and RyuApp must be in same module now. > > This patch let RyuApp have a list of events to be generated in app. > So, AppManager can bind sender app and receiver

[Ryu-devel] About "OF1.3 doesn't have ports"

2013-02-27 Thread can.
Hi there, As I'm walking through the source code of ryu, I encountered these lines in fop_handler.py(line 190): "OF1.3 doesn't have ports. An application should not depend on them." Could some one provide some contexts about the change in openflow specification? I think I need to get the port