[Ryu-devel] Questions about packetgenerator and packetgenerator2

2015-05-19 Thread Minoru TAKAHASHI
Hi All, Now, I work on OF1.5 support. I want to generate OpenFlow packet binary files to use unit tests of OF1.5. Then, I found out that "ryu/tests/packetgenerator" and "ryu/tests/packetgenerator2". My question is as follows. * What's the difference in the purpose of "packetgenerator" and "pac

[Ryu-devel] Links bug of topology discovery

2015-05-19 Thread muzixing.com
Hi all, I might find a bug about get_links of topology discovery. I really want to know the reason. First of all, I start ryu by: ryu-manager --observe-links app/simple_switch_13.py ryu.topology.switches ryu.app.rest_topology ryu.app.ofctl_rest Then , I start Mininet by :

[Ryu-devel] Links bug of topology discovery

2015-05-19 Thread muzixing.com
Hi all, I might find a bug about get_links of topology discovery. I really want to know the reason. First of all, I start ryu by: ryu-manager --observe-links app/simple_switch_13.py ryu.topology.switches ryu.app.rest_topology ryu.app.ofctl_rest Then , I start Mininet by :

[Ryu-devel] Can not see OpenFlow v1.3 Messages and Structures

2015-05-19 Thread Yafeng Zhou
Hi, Today, I found I can not see the OpenFlow v1.3 Messages and Structures of Ryu on the web page, How about you? Only me? -- One dashboard for servers and applications acros

[Ryu-devel] Can not see OpenFlow v1.3 Messages and Structures

2015-05-19 Thread Yafeng Zhou
Hi, Today, I found I can not see the OpenFlow v1.3 Messages and Structures of Ryu on the web page. How about you? Only me? -- One dashboard for servers and appl

[Ryu-devel] Ryu_router help me

2015-05-19 Thread Luis Picó Pérez
hello i´m cheking "Ryu SDN fraework, release 1.0" and i work with firewall dscribed in chapter 9 ok. But I´m trying to simulate an SDN enviroment in Mininet with ryu controller and use a router(switch OpenFlow) that can be set using REST. I´m trying to use the router described in "Ryu SDN fra

[Ryu-devel] How can I see the flow entry?

2015-05-19 Thread Gavin Chan
Hi all: Now I have Ryu Controller and LINC Switch, and I was add some flow entry in the flow table. But it seems the actions is not I want. And my question is how can I see/check the flow entry in the LINC Switch or Ryu Controller? If you have any solution, please tell me know. Thanks a lot. B

Re: [Ryu-devel] How can I see the flow entry?

2015-05-19 Thread Gandhimathi Velusamy
Hi Gavin, You can check flow entries on LINC-Switch console by giving the Erlang function call * linc_us4_flow:get_flow_table(0,0).* The first parameter is switch id and the second is table id. If you use OpenFlow 1.3 and above you can have multiple flow tables. You can find ryu-controller code

[Ryu-devel] Why the info on the official website are missing

2015-05-19 Thread 許洋銘
Why the info on the official website are missing? http://ryu.readthedocs.org/en/latest/index.html I couldn't find the intro to the API of ryu. Please help *Sincerely yours,* *===Yang-Ming HsuM.S. Student* *Mobile Internet Lab* *Graduate Institute of Comm

Re: [Ryu-devel] Why the info on the official website are missing

2015-05-19 Thread FUJITA Tomonori
On Wed, 20 May 2015 13:25:02 +0800 許洋銘 wrote: > Why the info on the official website are missing? > http://ryu.readthedocs.org/en/latest/index.html > > I couldn't find the intro to the API of ryu. Looks like with a newer version of pbr, ryu can not be installed. I'll try to figure out. $ cd ry

Re: [Ryu-devel] Can not see OpenFlow v1.3 Messages and Structures

2015-05-19 Thread FUJITA Tomonori
On Tue, 19 May 2015 19:48:44 +0800 Yafeng Zhou wrote: > Hi, > > Today, I found I can not see the OpenFlow v1.3 Messages and Structures of > Ryu on the web page, > > How about you? Only me? As I wrote in another thread, on a server at readthedoce s

Re: [Ryu-devel] Questions about packetgenerator and packetgenerator2

2015-05-19 Thread FUJITA Tomonori
On Tue, 19 May 2015 16:05:45 +0900 Minoru TAKAHASHI wrote: > Now, I work on OF1.5 support. Nice, what message you are working on? > I want to generate OpenFlow packet binary files to use unit tests of OF1.5. > Then, I found out that "ryu/tests/packetgenerator" and > "ryu/tests/packetgenerator2

Re: [Ryu-devel] OFAgent with OF-Config

2015-05-19 Thread FUJITA Tomonori
On Mon, 18 May 2015 15:33:43 +0300 Raman Budny wrote: > Hi all. > > I am working on modification of OFAgent to manage logical switch > with OF-Config protocol: > https://github.com/budnyjj/ofagent/tree/tunnel_based > > The purpose of this modification is to manage virtual switch in > standart a