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
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
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
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"
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:
>
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:
///
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