Hello All,
I am learning SDN, and I used Ryu as the controller. And these days I am
trying to set qos on switches, and I do this by ryu-book
<http://osrg.github.io/ryu-book/ja/html/rest_qos.html>. Something goes
well, however when I set the qos rules as:
root@ryu-vm:~# 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
the response is OK, however when I goes to confirm that as:
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel