----- Forwarded message from "Malekloo, Ashkan" <[email protected]> 
-----

Date: Fri, 22 Apr 2016 20:27:53 +0000
Subject: Adding queue to a switch using RYU QoS
x-mailer: Apple Mail (2.3124)

Hello,
Hope you are doing well.

I am using Ryu QoS on ubuntu 14.04 and mininet 2.2.1

All I've done is use the exact commands as said in the RYU SDN Framework book. 
and after this command:
curl -X POST -d '{"match": {"ip_dscp": "26"}, "actions":{"queue": "1"}}' 
http://localhost:8080/qos/rules/0000000000000001

I gtt this error:
Invalid rule parameter

So, I've restarted everything then I tried Qos per-flow. like before I used 
ecaxt command as RYU SDN Framework book. After this command:
curl -X POST -d '{"match": {"nw_dst": "10.0.0.1", "nw_proto": "UDP", "tp_dst": 
"5002"}, "actions":{"queue": "1"}}' 
http://localhost:8080/qos/rules/0000000000000001

I’ve got the exact same error as before:
Invalid rule parameter

on the other hand, when I use "mark" in my actions command it easily adds the 
rule and I can confirm it using get.

can you help me please solve this?
Thank you in advance!

----- End forwarded message -----

-- 
Isaku Yamahata <[email protected]>

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to