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