Re: [Ryu-devel] [PATCH v2 1/3] add firewall Ryu application

2013-03-20 Thread watanabe.fumitaka
Hello, It will be negotiated as OpenFlow version1.2, I think. But I didn't test with LINC switch. (tested only using OpenVswitch) The code of version negotiation was updated at Ryu1.7 . So it may succeed by using the newest version of Ryu. Thanks. (2013年03月20日 01:19), Shivaram Mysore wrote: >

Re: [Ryu-devel] Ryu OpenFlow Tutorial page

2013-03-20 Thread Isaku Yamahata
On Tue, Mar 19, 2013 at 03:10:23PM +0800, Can Zhang wrote: > Hello Yamahata, Hello. > I'd like to write some documents about Ryu recently, mainly for two reasons: That's very great. One caution is that Ryu is moving target and will be re-written heavily so that documentations on internal detai

Re: [Ryu-devel] Mod_Nw_Src and Mod_Nw_Dst with RYU and Openflow 1.2

2013-03-20 Thread FUJITA Tomonori
On Thu, 21 Mar 2013 10:02:38 +0900 FUJITA Tomonori wrote: > Hi, > > On Wed, 20 Mar 2013 21:33:12 +0100 > Christopher Scherb wrote: > > > I have RYU and two Pica8 switches for academic usage. > > This combination works very well with Openflow 1.0. > > Now we got an update of the operating syste

Re: [Ryu-devel] Mod_Nw_Src and Mod_Nw_Dst with RYU and Openflow 1.2

2013-03-20 Thread FUJITA Tomonori
Hi, On Wed, 20 Mar 2013 21:33:12 +0100 Christopher Scherb wrote: > I have RYU and two Pica8 switches for academic usage. > This combination works very well with Openflow 1.0. > Now we got an update of the operating system of the switches. > Now they run with Openflow 1.2. I could successful port

[Ryu-devel] Fwd: how to find ports' ipv6 address with nx_match?

2013-03-20 Thread jian lee
Thanks for your help! I have being looking for NXST_FLOW and nx_flow_stats_request which you mentioned last time all the day,and only find them in open vswitch's nicira-ext.h,but in ryu I found nothing.And you know if you want to find a ipv4 flow table,you can use OFPFlowStatsRequest() in ryu's ofp

[Ryu-devel] Mod_Nw_Src and Mod_Nw_Dst with RYU and Openflow 1.2

2013-03-20 Thread Christopher Scherb
Hello, I have RYU and two Pica8 switches for academic usage. This combination works very well with Openflow 1.0. Now we got an update of the operating system of the switches. Now they run with Openflow 1.2. I could successful port almost all of my program to Openflow 1.2. But I couldn't find out ho