Re: [Ryu-devel] [PATCH 2/3] doc: fix error in ovsdb_manager.rst code

2017-05-30 Thread FUJITA Tomonori
On Tue, 16 May 2017 09:48:52 +0800 胡鼎原 wrote: > --- > doc/source/library_ovsdb_manager.rst | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) Applied, thanks. -- Check out the vibrant tech community on on

Re: [Ryu-devel] [PATCH 1/3] fix dhcp6.py bug using python3

2017-05-30 Thread FUJITA Tomonori
On Mon, 15 May 2017 11:17:39 +0800 胡鼎原 wrote: > --- > ryu/lib/packet/dhcp6.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! -- Check out the vibrant tech community on one of the world's most

[Ryu-devel] Fast Failover Group in Ryu-4.13 doesn't support in-port to be the output port of bucket action ?

2017-05-30 Thread malo lk
Test environment: Ryu-4.13, OpenvSwitch-2.4.1 Topology:           / s2 \ h1--s1 |    | s4--h2    \  s3 / To prevent from link s3-s4 being down, one Fast-Failover Group g1 was added into s3. Group g1 consists of two buckets, the first

Re: [Ryu-devel] [PATCH v4 0/3] Add ovs-ofctl style action string parser

2017-05-30 Thread FUJITA Tomonori
On Fri, 26 May 2017 17:30:19 +0900 IWAMOTO Toshihiro wrote: > This set of patches allow users to use ovs-ofctl style action > strings to build OFPInstructionActions, which may help transition > from ovs-ofctl. Support is currently very limited and many methods > should be added to OfctlActionConv

Re: [Ryu-devel] [PATCH] pip: OpenStack avoids newer eventlet

2017-05-30 Thread FUJITA Tomonori
On Tue, 30 May 2017 16:57:21 +0900 IWASE Yusuke wrote: > Signed-off-by: IWASE Yusuke > --- > tools/pip-requires | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) Applied, thanks! -- Check out the vibrant tec

[Ryu-devel] [PATCH] pip: OpenStack avoids newer eventlet

2017-05-30 Thread IWASE Yusuke
Signed-off-by: IWASE Yusuke --- tools/pip-requires | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 34ac85c..ab16920 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,7 @@ -eventlet>=0.15 +# NOTE: OpenStack avo

[Ryu-devel] [PATCH] pip: OpenStack avoids newer eventlet

2017-05-30 Thread IWASE Yusuke
This patch updates tools/pip-requires due to the update of OpenStack. OpenStack avoids the newer versions of eventlet, because of the following issue. https://github.com/eventlet/eventlet/issues/401 IWASE Yusuke (1): pip: OpenStack avoids newer eventlet tools/pip-requires | 5 - 1 file c

Re: [Ryu-devel] ryu 4.14?

2017-05-30 Thread FUJITA Tomonori
Hi, On Mon, 29 May 2017 14:22:14 -0700 Shivaram Mysore wrote: > When will the new version of Ryu be released? At the beginning of next month. I skipped a release of this month because no commit from April at that point. -