[Ryu-devel] [PATCH 4/4] bgp: fix another crash (recv_open -> recv_open_msg)

2014-06-19 Thread YAMAMOTO Takashi
Tested-by: Itsuro ODA Signed-off-by: YAMAMOTO Takashi --- ryu/services/protocols/bgp/processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/processor.py b/ryu/services/protocols/bgp/processor.py index 4180610..b255f05 100644 --- a/ryu/service

[Ryu-devel] [PATCH 3/4] bgp: fix some leftover of transition to packet lib bgp

2014-06-19 Thread YAMAMOTO Takashi
fix some leftover of commit 9d5e66fa4e49ce66103dbc9640a33bd9c22fab3f. ("bgp: use ryu bgp packet library instead of original one") Tested-by: Itsuro ODA Signed-off-by: YAMAMOTO Takashi --- ryu/services/protocols/bgp/processor.py | 6 +++--- ryu/services/protocols/bgp/speaker.py | 4 ++-- 2 fil

[Ryu-devel] [PATCH 2/4] bgp: fix a crash in path comparison

2014-06-19 Thread YAMAMOTO Takashi
this fixes the following crash. API method core.start called with args: {'router_id': '172.17.190.2', 'waiter':< , 'bgp_server_port': 179, 'local_as: : 64512, 'refresh_max_eor_time': 0, 'refresh_stalepath_time': 0} API method neighbor.create called with args: {'cap_mbgp_vpnv6': False, 'ip_addrs ss

[Ryu-devel] [PATCH 1/4] library_bgp_speaker.rst: make an example more complete

2014-06-19 Thread YAMAMOTO Takashi
also, while i'm here, remove trailing whitespaces in the example. Signed-off-by: YAMAMOTO Takashi --- doc/source/library_bgp_speaker.rst | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/source/library_bgp_speaker.rst b/doc/source/library_bgp_speaker.rs

Re: [Ryu-devel] Welcome to the "Ryu-devel" mailing list

2014-06-19 Thread Digambar Patil
Hi Guys, I want to contribute to the RYU, Can someone help me on this. Please reply. Thanks, Digambar On Thu, Jun 19, 2014 at 10:43 PM, wrote: > Welcome to the [email protected] mailing list! > > To post to this list, send your email to: > > ryu-de

[Ryu-devel] Ryu's BGP speaker for OpenStack Dynamic Routing

2014-06-19 Thread Jaume Devesa
Hi all, my name is Jaume Devesa from Midokura. I have presented a *spec * for OpenStack Juno to create a Dynamic Router agent to advertise and discover dynamically routes from Neutron routers to upstream[1]. Thanks to Ryu's clean API and Takashi Yamamoto follow up of the spec, we are considering

Re: [Ryu-devel] Ryu and Zookeeper

2014-06-19 Thread Dr. Jose Manuel Ballester
Hi! How can I measure CPU of Ryu controller?? - Original Message - From: "FUJITA Tomonori" To: Cc: Sent: Tuesday, June 03, 2014 3:51 PM Subject: Re: [Ryu-devel] Ryu and Zookeeper > On Mon, 2 Jun 2014 16:26:38 -0600 > "Dr. Jose Manuel Ballester" wrote: > >> Hi!! I asked a few days ag

Re: [Ryu-devel] [PATCH 0/5] Simplify ofa_neutron_agent

2014-06-19 Thread FUJITA Tomonori
On Thu, 12 Jun 2014 18:05:21 +0900 YAMAMOTO Takashi wrote: > This set simplifies ofa_neutron_agent module > as a preparation to move it into neutron repo. > > YAMAMOTO Takashi (5): > ofa_neutron_agent: Simplify > AppManager: Add a convenient method to run apps > ofa_neutron_agent: Use AppM