Re: [Ryu-devel] Custom events in Ryu application

2014-02-04 Thread YAMAMOTO Takashi
hi, > Hi I am running two applications in ryu controller, and would like to > exchange my own events between the two. I wrote a code (below), but the > function doesn't work. when RyuApp's __init__ is called, event pipelines are not available yet. (run ryu-manager with --verbose to see 'EVENT LOS

Re: [Ryu-devel] [PATCH 1/3] ofproto_protocol: provide a class to describe an openflow version

2014-02-04 Thread YAMAMOTO Takashi
> On Mon, 3 Feb 2014 12:48:28 +0900 > YAMAMOTO Takashi wrote: > >> currently OFP classes takes the Datapath object, which is too complex >> for this purpose. this class, ProtocolDesc, is intended to be >> a simpler replacement for that. >> >> Signed-off-by: YAMAMOTO Takashi >> --- >> ryu/ofp

[Ryu-devel] Custom events in Ryu application

2014-02-04 Thread Eros Spalla
Hi I am running two applications in ryu controller, and would like to exchange my own events between the two. I wrote a code (below), but the function doesn't work. ***Event Class - Location /ryu/app/event_message from ryu.controller import ofp_event, event class EventMessage(event.EventBase):

Re: [Ryu-devel] Pre Installed OVA

2014-02-04 Thread vinay pai
Hi Fujita, Thats the one! Thanks alot! Regards, Vinay Pai B.H. On Mon, Feb 3, 2014 at 8:13 PM, FUJITA Tomonori < [email protected]> wrote: > On Mon, 3 Feb 2014 16:23:49 -0800 > vinay pai wrote: > > > In the initial days of Ryu, I was able to see a pre installed Ryu OVA on > > the

[Ryu-devel] 04.02.2014 Opportunities.

2014-02-04 Thread Al Sunaid Al-Zaidi Financial Services
We are seeking the attention of reputable investors, project owners and general business facilitators,for a reliable and trustworthy business partner for investment purposes/loan. We will be interested to invest and Partner in a business in line with our company's mission statement for expansi

Re: [Ryu-devel] RYU controller enhancements required

2014-02-04 Thread Wei Liao
Hi OK, it works with your command. Thanks Wei Liao -Original Message- From: Yuichi Ito Sent: Tuesday, February 04, 2014 12:05 AM To: Wei Liao Cc: FUJITA Tomonori ; [email protected] Subject: Re: [Ryu-devel] RYU controller enhancements required hi. the interface of ofctl

Re: [Ryu-devel] [PATCH 00/15] OF1.4 Message Support: Round Two

2014-02-04 Thread Simon Horman
On Tue, Feb 04, 2014 at 08:49:35PM +0900, FUJITA Tomonori wrote: > On Tue, 4 Feb 2014 20:38:28 +0900 > Simon Horman wrote: > > >> You can't enable unit tests without on-wire packet data: > > > > Sorry about that I will repost the last patch with the packet data. > > Mostly binary so can you put

Re: [Ryu-devel] [PATCH 00/15] OF1.4 Message Support: Round Two

2014-02-04 Thread FUJITA Tomonori
On Tue, 4 Feb 2014 20:38:28 +0900 Simon Horman wrote: >> You can't enable unit tests without on-wire packet data: > > Sorry about that I will repost the last patch with the packet data. Mostly binary so can you put a patch to github? I'll pull. -

Re: [Ryu-devel] openstack with ryo on centos

2014-02-04 Thread Yoshihiro Kaneko
Hello, 2014-02-02 Simon Dunand : > Hello, > > My questions are: > > Q1. for ubuntu, there are several packages available: neutron-plugin-ryu, > and neutron-plugin-ryu-agent. But on centOS, I can only find the package > openstack-neutron-ryu.noarch. > Does this package contain the two ubuntu packag

Re: [Ryu-devel] [PATCH 00/15] OF1.4 Message Support: Round Two

2014-02-04 Thread Simon Horman
On Tue, Feb 04, 2014 at 08:01:49PM +0900, FUJITA Tomonori wrote: > On Tue, 4 Feb 2014 13:27:47 +0900 > Simon Horman wrote: > > > Hi, > > > > The aim of this patchset is threefold: > > > > * cross-port recent changes to the OpenFlow 1.3 implementation to > > the Open Flow 1.4 implementation.

Re: [Ryu-devel] [PATCH 1/3] ofproto_protocol: provide a class to describe an openflow version

2014-02-04 Thread FUJITA Tomonori
On Mon, 3 Feb 2014 12:48:28 +0900 YAMAMOTO Takashi wrote: > currently OFP classes takes the Datapath object, which is too complex > for this purpose. this class, ProtocolDesc, is intended to be > a simpler replacement for that. > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/ofproto/ofproto_

Re: [Ryu-devel] [PATCH 00/15] OF1.4 Message Support: Round Two

2014-02-04 Thread FUJITA Tomonori
On Tue, 4 Feb 2014 13:27:47 +0900 Simon Horman wrote: > Hi, > > The aim of this patchset is threefold: > > * cross-port recent changes to the OpenFlow 1.3 implementation to > the Open Flow 1.4 implementation. > * Increase OpenFlow 1.4 message and property coverage > - All messages, actions