[Ryu-devel] Sending general command to the switch

2014-11-11 Thread Gary Grimm
Hello, Is it possible to send a general command from an RYU app to the switch ? I've been investigating different types of messages that you can send with ryu.app.ofctl.api but could not find anything to match my task. For example, I want to send the following command "ovs-appctl ofproto/trace" a

Re: [Ryu-devel] OFPVID_PRESENT | OF1.3.1

2014-11-11 Thread Ashok Jude
Thanks much Yusuke, < wrote: >Hi, > >On 2014年11月11日 15:38, Ashok Jude wrote: >> Hi All, >> >> I am testing a vendor hardware based switch which supports only >>OF1.3.1. I wanted to test /push flows based on the below match >>combination for VLAN_TAGS. >> Can you help me with following clarific

[Ryu-devel] Curl command to add multiple buckets with same group.

2014-11-11 Thread Ashok Jude
Hi All I am able to add one bucket per group using the below command. I wanted to add more buckets to same groupID. Can you please give me the curl command for that? Not abe to find with search. Basically, each bucket should have different actions. curl -X POST -d '{ \ "dpid": 71145865295

[Ryu-devel] RYU core with flow stats request

2014-11-11 Thread Ashok Jude
Hi RYU team, I am seeing following issue with RYU. I am testing flow stats request with vendor hardware switch using OF1.3.1 Step 1 : Pushed the below flow from RYU to switch. The flow gets installed rightly. curl -X POST -d '{"dpid": "71145865295808","priority":"1","match": {"in_port": "2"

Re: [Ryu-devel] how to realize openflow pipeline processing in ryu 3.1.5

2014-11-11 Thread Yusuke Iwase
Hi, On 2014年11月12日 08:51, lbo.xidian wrote: > Hi, >I want to modify the dscp field of each TCP flow at first and forward it > base on the dscp field, and I try to use openflow pipeline processing to > realize this idea. The related program which I used in below: >

[Ryu-devel] how to realize openflow pipeline processing in ryu 3.1.5

2014-11-11 Thread lbo.xidian
Hi, I want to modify the dscp field of each TCP flow at first and forward it base on the dscp field, and I try to use openflow pipeline processing to realize this idea. The related program which I used in below: ///

Re: [Ryu-devel] OFPVID_PRESENT | OF1.3.1

2014-11-11 Thread Yusuke Iwase
Hi, On 2014年11月11日 15:38, Ashok Jude wrote: > Hi All, > > I am testing a vendor hardware based switch which supports only OF1.3.1. I > wanted to test /push flows based on the below match combination for VLAN_TAGS. > Can you help me with following clarifications. > > I)I don’t understand OXM ma