Re: [Ryu-devel] [PATCH 1/1] nx_action_encap and nx_action_decap classes are defined

2019-07-18 Thread FUJITA Tomonori
On Mon, 15 Jul 2019 14:08:25 +0300 ozgur.yurek...@gmail.com wrote: > From: Ozgur Yurekten > > Signed-off-by: Ozgur Yurekten > --- > ryu/ofproto/nicira_ext.py | 2 ++ > ryu/ofproto/nx_actions.py | 74 +++ > 2 files changed, 76 insertions(+) Thanks, pushed w

[Ryu-devel] Starting up InBand Ryu controller with BOFUSS (old ofsoftswitch13)

2019-07-18 Thread Ramon Fontes
Hello, I'm trying to run the code below with Ryu and BOFUSS, and my host hangs. Does anyone have any idea what could be causing this? In order to reproduce the problem only 3 steps are required: 1. run the code below 2. *xterm h1* 3. run *PYTHONPATH=. ./bin/ryu-manager --ofp-tcp-listen-port 6653

[Ryu-devel] Networking in OpenStack using a RYU controller backend

2019-07-18 Thread Praveen Fernando
Hi, Can someone guide me on how to integrate DevStack with RYU as the networking backend. Any help is highly appreciated. Regards, -- Mututhanthrige Praveen Sameera Fernando Graduate Research Assistant Department of electrical and computer engineering The University of Akron Mobile : +94 077

Re: [Ryu-devel] Networking in OpenStack using a RYU controller backend

2019-07-18 Thread knet solutions
It's default behaviour.. you don't have to do anything. On Fri, 19 Jul 2019 02:34 Praveen Fernando, wrote: > Hi, > > Can someone guide me on how to integrate DevStack with RYU as the > networking backend. > > Any help is highly appreciated. > > Regards, > > -- > Mututhanthrige Praveen Sameera

Re: [Ryu-devel] Networking in OpenStack using a RYU controller backend

2019-07-18 Thread Praveen Fernando
Hi, Thanks for the information. But what I am trying to do is to use a remote RYU controller to control the networking in DevStack node. Here the RYU controller and DevStack node are physically separated. Regards, On Thu, Jul 18, 2019 at 9:17 PM knet solutions wrote: > It's default behaviour.

Re: [Ryu-devel] Networking in OpenStack using a RYU controller backend

2019-07-18 Thread knet solutions
You can't do. Thats invalid use case. I have posted my openstack + Ryu investigations earlier in the mailing list. Please check. On Fri, 19 Jul 2019 08:26 Praveen Fernando, wrote: > Hi, > > Thanks for the information. But what I am trying to do is to use a remote > RYU controller to control the