[Ryu-devel] [PATCH 2/2] ryu-client: Remove client for OpenStack plugin/agent

2016-12-21 Thread IWASE Yusuke
This patch removes remaining of OpenStack Ryu plugin and agent. Signed-off-by: IWASE Yusuke --- ryu/tests/bin/ryu-client | 107 --- 1 file changed, 107 deletions(-) delete mode 100755 ryu/tests/bin/ryu-client diff --git a/ryu/tests/bin/ryu-client b/r

[Ryu-devel] [PATCH 1/2] doc: Deprecate OpenStack plugin ref

2016-12-21 Thread IWASE Yusuke
Because the Ryu plugin for OpenStack was deprecated and the description in "using_with_openstack.rst" is obsoleted, this patch removes the link to this page from the index and adds the cautions for it. Signed-off-by: IWASE Yusuke --- doc/source/index.rst| 1 - doc/source/using_wi

[Ryu-devel] [PATCH 0/2] doc: Deprecate OpenStack plugin ref

2016-12-21 Thread IWASE Yusuke
The following patches deprecates the reference for OpenStack plugin of Ryu. This issue is discussed on the following thread at Ryu-devel: [Ryu-devel] About Ryu OpenStack Plugins doc Also, remove remaining of OpenStack Ryu plugin and agent. Note: For the wiki link on the top page(https://osrg.gi

Re: [Ryu-devel] bug in parsing dhcp packet

2016-12-21 Thread Munther Numan
Dear Mr. Iwase, I hope you're fine and well , Thank you very much for your replay . 1- I am using Open Vswitch. 2-Thank you very much for your explain about the flags , Actually I am not know that before , I am just work with SDN and Ryu from some months ago , I Just follow the below URL have

Re: [Ryu-devel] Trouble parsing DHCP packets

2016-12-21 Thread Shinpei Muraoka
Hi, I am thinking of creating a patch using your source code. I have a question for your source code. The size of "sname" and "file" are defined by RFC 2131. ("sname" size is 64 bytes, "file" size is 128 bytes) In your source code there are cases where "sname" is 40 bytes and "file" does not e

Re: [Ryu-devel] R: Info about RYU

2016-12-21 Thread Shinpei Muraoka
Hi, Please keep mailing list. Ryu does not support SDN Hub. I'm sorry, please ask in the SDN Hub community. thanks, On 2016年12月20日 16:48, [email protected] wrote: > Hi, > > thank you for response. Ill check that! However in the meantime i > checked this: https://bitbucket.org/sdnhub/ryu-

Re: [Ryu-devel] Setting up firewall across 3 linear connected switches

2016-12-21 Thread Shinpei Muraoka
Hi, Please keep mailing list. rest_router and rest_firewall using the default value 0 for table id. Because specify 0 for table id of OFPFlowMod. If you want to use rest_router and rest_firewall at the same time, Please set a different table id for OFPFlowMod. For example, set 0 to table id for

Re: [Ryu-devel] Trouble parsing DHCP packets

2016-12-21 Thread Jacob Cox
To make this work, I had to modify Ryu's dhcp.py file. I just placed my solution on stackoverflow, and I'm placing the complete file on https://github.com/Ryuretic/RyureticLabs/tree/master/ryu/ryu/app/Ryuretic/Su pport_Files shortly. Folks should be able to save their current dhcp.py file as a back

Re: [Ryu-devel] bug in parsing dhcp packet

2016-12-21 Thread Iwase Yusuke
Hi, On 2016年12月20日 19:56, Munther Numan wrote: > Dear Mr. Iwase > I hope you're fine and well , > > Thank you very much for your replay . > > 1- I capture these DHCP packet from switch , Actually I run Wireshark in a > switch and I select switch-eth1 the source of my captures. > 2- I am not