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