[Ryu-devel] FWD:[Adding queue to a switch using RYU QoS]
Brought to you by:
nz_gizmoguy
From: Isaku Y. <isa...@gm...> - 2016-04-22 21:53:36
|
----- Forwarded message from "Malekloo, Ashkan" <ASH...@UC...> ----- 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 <isa...@gm...> |