Re: [Ryu-devel] BGP filter get_rib()

2014-08-13 Thread Jaume Devesa
To me it is ok, parse a JSON in trivial stuff :) Thanks for the response! On 13 August 2014 14:51, FUJITA Tomonori wrote: > Hi, > > On Wed, 13 Aug 2014 13:28:55 +0200 > Jaume Devesa wrote: > > > I'm connecting a Ryu bgp speaker to a remote Quagga service and I'

[Ryu-devel] BGP filter get_rib()

2014-08-13 Thread Jaume Devesa
;Only Path', u'best': True}], u'prefix': u'10.101.0.0/24'}, {u'paths': [{u'origin': u'i', u'localpref': u'', u'nexthop': u'10.0.2.2', u'metric': u''

Re: [Ryu-devel] Problem importing bgpspeaker driver

2014-08-12 Thread Jaume Devesa
er thread's mail, I found the exact place where it register the wrong option. Check out my debug stack: [1] Thanks for the response. [1]: http://pastie.org/private/yqrcdai6aqjvpxecs2gjw On 12 August 2014 11:30, FUJITA Tomonori wrote: > On Tue, 12 Aug 2014 10:24:41 +0200 > Jaume

Re: [Ryu-devel] Problem importing bgpspeaker driver

2014-08-12 Thread Jaume Devesa
Btw, I am using Ryu's last tag: v3.12 On 12 August 2014 10:24, Jaume Devesa wrote: > Hello, > > I've found an error caused by the use of oslo.cfg in Ryu's applications. > Maybe I'm doing something wrong... but I find it strange, because I am > following

[Ryu-devel] Problem importing bgpspeaker driver

2014-08-12 Thread Jaume Devesa
a/neutron/blob/bp/bgp-dynamic-routing/neutron/agent/bgp/ryu_driver.py#L15 [3]: https://github.com/osrg/ryu/blob/v3.12/ryu/services/protocols/bgp/bgpspeaker.py#L21 -- Jaume Devesa Software Engineer at Midokura --

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

2014-07-01 Thread Jaume Devesa
ISP's BGP service, you > need > >>> it. > > Done. The neighbor_add method takes 'password' parameter: > > > http://ryu.readthedocs.org/en/latest/library_bgp_speaker_ref.html#ryu.services.protocols.bgp.bgpspeaker.BGPSpeaker.neighbor_add > > It works for both si

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

2014-06-30 Thread Jaume Devesa
I understood that you meant that all incoming requests should use the same *md5-pass*... On 30 June 2014 16:07, FUJITA Tomonori wrote: > Hey, > > On Mon, 30 Jun 2014 11:59:35 +0200 > Jaume Devesa wrote: > > >> >> > 2. AFAIK, some BGP peers are

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

2014-06-25 Thread Jaume Devesa
​Hello, thanks for taking my ​needs into account! My (few) responses inline: On 23 June 2014 04:38, FUJITA Tomonori wrote: > Hi, > > On Thu, 19 Jun 2014 18:00:34 +0200 > Jaume Devesa wrote: > > > my name is Jaume Devesa from Midokura. I have presented a *spec * for

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