Re: [Ryu-devel] About Ryu OpenStack Plugins doc

2016-12-19 Thread Iwase Yusuke
Hi Iwamoto-San, On 2016年12月20日 12:35, IWAMOTO Toshihiro wrote: > At Tue, 20 Dec 2016 11:00:18 +0900, > Iwase Yusuke wrote: >> >> Hi Team, >> >> Does anyone knows the following page is necessary or not? >> http://ryu.readthedocs.io/en/latest/using_with_openstack.html > > Seems there are still s

Re: [Ryu-devel] About Ryu OpenStack Plugins doc

2016-12-19 Thread IWAMOTO Toshihiro
At Tue, 20 Dec 2016 11:00:18 +0900, Iwase Yusuke wrote: > > Hi Team, > > Does anyone knows the following page is necessary or not? > http://ryu.readthedocs.io/en/latest/using_with_openstack.html Seems there are still some old informations on the web, leaving a short note that says "ofagent and

[Ryu-devel] About Ryu OpenStack Plugins doc

2016-12-19 Thread Iwase Yusuke
Hi Team, Does anyone knows the following page is necessary or not? http://ryu.readthedocs.io/en/latest/using_with_openstack.html IIRC, OpenStack plugins sources ware deleted with this commit: https://github.com/osrg/ryu/commit/28f6f6020a26d5abf6a074d5a453bf710eaa15db so we should remove the a

[Ryu-devel] About Ryu Event Dispatching

2015-04-09 Thread Liu, Weijie
Hi, I run two apps on Ryu, A and B. Both of them capture packet-in event. But it seems that at any time, only one of the two succeeds to capture the packet. How can I configure Ryu to let both of the two capture the same packet? I remember I have read about this but failed to find it out again.

Re: [Ryu-devel] About Ryu Architecture

2015-03-04 Thread Yi Tseng
Hi, You can find architecture here: http://osrg.github.io/ryu-book/en/html/arch.html 2015-03-05 7:25 GMT+08:00 Riadh Hamdi : > Hi > I am Riadh HAMDI from "Télécom SudParis" a french engineering school > specialized in telecommunications.Actually, I am leading a project about > the Software Defin

[Ryu-devel] About Ryu Architecture

2015-03-04 Thread Riadh Hamdi
Hi I am Riadh HAMDI from "Télécom SudParis" a french engineering school specialized in telecommunications.Actually, I am leading a project about the Software Defined Networks (SDN). Among many SDN solutions I am studying Ryu. Unfortunately there is no architecure document for this solution. C

Re: [Ryu-devel] About ryu rest_qos

2014-11-06 Thread Yusuke Iwase
Hi, On 2014年11月06日 17:10, Yafeng Zhou wrote: > Hi, > > Thank you for you reply, that just a mistake when I send this mail. Actually > I wrote > > > root@ryu-vm:~# curl -X POST -d '{"match": {"nw_dst": "10.0.0.1", "nw_proto": > "UDP", "tp_dst": "5002"}, "actions":{"queue": "1"}}' > http://lo

Re: [Ryu-devel] About ryu rest_qos

2014-11-06 Thread Yafeng Zhou
Hi, Thank you for you reply, that just a mistake when I send this mail. Actually I wrote root@ryu-vm:~# curl -X POST -d '{"match": {"nw_dst": "10.0.0.1", "nw_proto": "UDP", "tp_dst": "5002"}, "actions":{"queue": "1"}}' http://localhost:8080/qos/rules/0001 when I use RYU controller

Re: [Ryu-devel] About ryu rest_qos

2014-11-05 Thread Yusuke Iwase
Hi, On 2014年11月05日 21:36, Yafeng Zhou wrote: > Hello All, > > I am learning SDN, and I used Ryu as the controller. And these days I am > trying to set qos on switches, and I do this by ryu-book > . Something goes well, > however when I set

Re: [Ryu-devel] About ryu rest_qos

2014-11-05 Thread Benjamin Eggerstedt
Hi Yafeng, This has been asked before and the reply was to include the "dl_type" if you want to match on nw_dst / nw_src. e.g. dl_type=0x0800 ​Benny On Wed, Nov 5, 2014 at 1:36 PM, Yafeng Zhou wrote: > Hello All, > > I am learning SDN, and I used Ryu as the controller. And these days I am >

[Ryu-devel] About ryu rest_qos

2014-11-05 Thread Yafeng Zhou
Hello All, I am learning SDN, and I used Ryu as the controller. And these days I am trying to set qos on switches, and I do this by ryu-book . Something goes well, however when I set the qos rules as: root@ryu-vm:~# curl -X POST -d '{"port_nam

[Ryu-devel] About ryu rest_qos

2014-11-05 Thread Yafeng Zhou
Hello All, I am learning SDN, and I used Ryu as the controller. And these days I am trying to set qos on switches, and I do this by ryu-book . Something goes well, however when I set the qos rules as: root@ryu-vm:~# curl -X POST -d '{"match":

[Ryu-devel] About RYU release note

2014-07-17 Thread jalee
Hi, Do you have about RYU release history note? Can you share to me. Thanks, Jalee This message may contain information which is private, privileged or confidential of INNO-Tech Network & Service Inc.

Re: [Ryu-devel] About Ryu

2014-02-17 Thread FUJITA Tomonori
On Tue, 18 Feb 2014 14:57:11 +0900 BYEONG-GI KIM wrote: > I've found several OpenFlow Controller open-softwares, but I wonder whether > Ryu is the one of such OpenFlow Contoller or not. > > Could you introduce Ryu in detail? I don't know the details of other OSS OpenFlow controllers but Ryu can

[Ryu-devel] About Ryu

2014-02-17 Thread BYEONG-GI KIM
Hello. I'm a beginner who are getting started learning OpenFlow and OpenStack. I've found several OpenFlow Controller open-softwares, but I wonder whether Ryu is the one of such OpenFlow Contoller or not. Could you introduce Ryu in detail? Thanks in advance!

Re: [Ryu-devel] about ryu and ryu plugin

2013-06-06 Thread Isaku Yamahata
On Thu, Jun 06, 2013 at 09:51:02PM +0800, Yong Sheng Gong wrote: > hi, Hi. > comparing the all SDN plugins, I found ryu plugin is the cleanest. > I want to know how to join the development of ryu itself? Ryu development is done openly at Ryu devel mailing list. Subscribe the ML and then discuss