[Ryu-devel] Stateful firewall on RYU

2016-04-23 Thread Ariansyah Yutama
Hi All, I am Ariansyah. I want to know more about stateful firewall on RYU, then I have problem how to code it. Do you have any idea how to write the code or do you have sample of the stateful firewall in RYU? Thanks & Best RegardsAriansyah Yutama

[Ryu-devel] Trouble in seting priority while using the Qos

2016-04-23 Thread Narendra Hanif
We followed the chapter of the QoS in the Ryubook and try to modify the priority of queues here is my command curl -X POST -d '{"match": {*"priority":"5", "nw_dst": "10.0.0.1", "nw_proto": "UDP", "tp_dst": "5002"}, "actions":{"queue": "1"}}' http://localhost:8080/qos/rules/0001 after