[Ryu-devel] [PATCH v2 2/3] python3: Use six.string_types instead of basestring

2016-06-08 Thread fumihiko kakuma
Signed-off-by: Fumihiko Kakuma --- ryu/services/protocols/bgp/utils/dictconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/utils/dictconfig.py b/ryu/services/protocols/bgp/utils/dictconfig.py index e21e8ee..22f9afc 100644 --- a/ryu/services/p

[Ryu-devel] [PATCH v2 3/3] python3: Use six.add_metaclass for metaclass

2016-06-08 Thread fumihiko kakuma
__metaclass__ can't be used with python 3 as metaclass syntax has been changed in python 3. Signed-off-by: Fumihiko Kakuma --- ryu/services/protocols/bgp/base.py | 3 ++- ryu/services/protocols/bgp/info_base/base.py | 9 + ryu/services/protocols/bgp/info_base/vpn.py | 6 +++---

[Ryu-devel] [PATCH v2 0/3] python 3: Additional python 3 support for bgp codes

2016-06-08 Thread fumihiko kakuma
v2: Sorry, I forgot to add Signed-off-by. So I did it. fumihiko kakuma (3): python3: Return a list instead of a view of the dictionary's values python3: Use six.string_types instead of basestring python3: Use six.add_metaclass for metaclass ryu/services/protocols/bgp/base.py |

[Ryu-devel] [PATCH v2 1/3] python3: Return a list instead of a view of the dictionary's values

2016-06-08 Thread fumihiko kakuma
Signed-off-by: Fumihiko Kakuma --- ryu/services/protocols/bgp/info_base/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/info_base/base.py b/ryu/services/protocols/bgp/info_base/base.py index da1a480..4585f15 100644 --- a/ryu/services/protoco

[Ryu-devel] [PATCH 3/3] python3: Use six.add_metaclass for metaclass

2016-06-08 Thread fumihiko kakuma
__metaclass__ can't be used with python 3 as metaclass syntax has been changed in python 3. --- ryu/services/protocols/bgp/base.py | 3 ++- ryu/services/protocols/bgp/info_base/base.py | 9 + ryu/services/protocols/bgp/info_base/vpn.py | 6 +++--- ryu/services/protocols/bgp/info

[Ryu-devel] [PATCH 2/3] python3: Use six.string_types instead of basestring

2016-06-08 Thread fumihiko kakuma
--- ryu/services/protocols/bgp/utils/dictconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/utils/dictconfig.py b/ryu/services/protocols/bgp/utils/dictconfig.py index e21e8ee..22f9afc 100644 --- a/ryu/services/protocols/bgp/utils/dictconfig.py

[Ryu-devel] [PATCH 0/3] python 3: Additional python 3 support for bgp codes

2016-06-08 Thread fumihiko kakuma
fumihiko kakuma (3): python3: Return a list instead of a view of the dictionary's values python3: Use six.string_types instead of basestring python3: Use six.add_metaclass for metaclass ryu/services/protocols/bgp/base.py | 3 ++- ryu/services/protocols/bgp/info_base/base.py |

[Ryu-devel] [PATCH 1/3] python3: Return a list instead of a view of the dictionary's values

2016-06-08 Thread fumihiko kakuma
--- ryu/services/protocols/bgp/info_base/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/info_base/base.py b/ryu/services/protocols/bgp/info_base/base.py index da1a480..4585f15 100644 --- a/ryu/services/protocols/bgp/info_base/base.py +++ b/r

Re: [Ryu-devel] [PATCH v4 0/4] BGPSpeaker: Support Per-Peer AS

2016-06-08 Thread FUJITA Tomonori
On Wed, 8 Jun 2016 11:05:28 +0900 IWASE Yusuke wrote: > For Ryu BGPSpeaker, the followings include the support of Per-Peer AS > and the improvements for Python 3 environment. > > v2: For Iwamoto-San comments, the followings are fix to remove the > unused utility modules of BGPSpeaker. > > v3:

Re: [Ryu-devel] [PATCH] Extend OVSDB api

2016-06-08 Thread FUJITA Tomonori
On Fri, 3 Jun 2016 13:23:51 -0400 Alan Quillin wrote: > From: Alan Quillin > > Adds more ovsdb methods for setting key/values to other_config and > external_ids, adds bility to set the controller for a bridge, and adds the > ability to create a new port/interface on a bridge > > Signed-off-by:

Re: [Ryu-devel] [PATCH 0/7] Organization of definition files of NXAction

2016-06-08 Thread FUJITA Tomonori
On Mon, 6 Jun 2016 09:48:08 +0900 Shinpei Muraoka wrote: > Currently, there is NXAction that is declared in the ofproto_v1_0_parser.py. > Move the definition file of NXAction from ofproto_v1_0_parser.py to > nx_action.py. > Also, change some of the parameters and add a test pattern that was >

[Ryu-devel] About the Ryubook(traditional Chinese) issue

2016-06-08 Thread 陳彥皓
Hi Ryu project team My name is Chen, Yan-Hao. I am a student in Taiwan. I am writing to ask a issue. Today, When I am studying How to build a Traffic Monitor with Ryu, I find this word "evernlet" at the paragraph of "固定週期處理". I think there is a misspelling occurred. It looks like it should be "eve

[Ryu-devel] Learning ryu

2016-06-08 Thread Deepak Jose
Hi Folks, I'm interested in working on ryu controller and the learning material(from official ryu documentation) I am using is written in 2014 with open flow version 1.3. I felt vm mentioned in it is little old and it is better to use a latest vm that has updated execution environment. If any one