Re: [Ryu-devel] FWD:[Adding queue to a switch using RYU QoS]

2016-04-24 Thread Malekloo, Ashkan
Hi, Thanks for your response. I would appreciate if could help me on something else. I have a scenario in which I want to change the third scenario of RYU SDN Framework book QoS chapter that described the Meter based QoS. In my scenario I have two queues, EF and AF, on my switches. On the star

Re: [Ryu-devel] Proxy between OF1.0 and OF1.3?

2016-04-24 Thread Shinpei Muraoka
Hi, > Is there anything ready that I could use? > How complicated would be to develop a small app with Ryu where > the OF1.3 device would connect to Ryu+App and Ryu+App > connect to the OF1.0 app? Please set all OpenFlow version in the class. class SimpleSwitch(app_manager.RyuApp):

Re: [Ryu-devel] Stateful firewall on RYU

2016-04-24 Thread IWAMOTO Toshihiro
At Sun, 24 Apr 2016 08:31:00 +, Jason Kölker wrote: > > On Sat, Apr 23, 2016 at 10:01 AM, Ariansyah Yutama > wrote: > > I am Ariansyah. I want to know more about stateful firewall on RYU, then I > > have problem how to code it. > > > > Do you have any idea how to write the code or do you hav

Re: [Ryu-devel] Trouble in seting priority while using the Qos

2016-04-24 Thread Iwase Yusuke
Hi, I replied to the similar question as follows. It will be helpful for you. https://sourceforge.net/p/ryu/mailman/ryu-devel/thread/571D6AEA.4030902%40gmail.com/#msg35038474 Thanks, Iwase On 2016年04月23日 17:54, Narendra Hanif wrote: > We followed the chapter of the QoS in the Ryubook and try

Re: [Ryu-devel] FWD:[Adding queue to a switch using RYU QoS]

2016-04-24 Thread Iwase Yusuke
Hi, On 2016年04月23日 06:53, Isaku Yamahata wrote: > - Forwarded message from "Malekloo, Ashkan" > - > > Date: Fri, 22 Apr 2016 20:27:53 + > Subject: Adding queue to a switch using RYU QoS > x-mailer: Apple Mail (2.3124) > > Hello, > Hope you are doing well. > > I am using Ryu QoS on

Re: [Ryu-devel] Stateful firewall on RYU

2016-04-24 Thread Jason Kölker
On Sat, Apr 23, 2016 at 10:01 AM, Ariansyah Yutama wrote: > I am Ariansyah. I want to know more about stateful firewall on RYU, then I > have problem how to code it. > > Do you have any idea how to write the code or do you have sample of the > stateful firewall in RYU? If you can target ovs 2.5,