Re: [Ryu-devel] [PATCH] bugfix(invalid argument)

2015-12-10 Thread Yusuke Iwase
Hi, On 2015年12月10日 19:09, Yura Yurochko wrote: > --- > ryu/controller/ofp_handler.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ryu/controller/ofp_handler.py b/ryu/controller/ofp_handler.py > index cc64b1f..d60154f 100644 > --- a/ryu/controller/ofp_handler.py > +++

Re: [Ryu-devel] Using OpenVSwitch as the test switch for the Ryu tester.py -- Solved

2015-12-10 Thread Alan Deikman
> On Dec 8, 2015, at 5:49 PM, Alan Deikman wrote: > > In this case the tester can send out any packet it wants out of port 1 (eth2) > but can only receive untagged packets on port 2 (eth3). Is there some other > configuration that will allow it to work properly? I have not seen any > docum

[Ryu-devel] [PATCH] bugfix(invalid argument)

2015-12-10 Thread Yura Yurochko
--- ryu/controller/ofp_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/controller/ofp_handler.py b/ryu/controller/ofp_handler.py index cc64b1f..d60154f 100644 --- a/ryu/controller/ofp_handler.py +++ b/ryu/controller/ofp_handler.py @@ -251,7 +251,7 @@ class OFPHan