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

2016-04-28 Thread Narendra Hanif
Thanks for the responsed, i'll try it and will inform you if it work, maybe i'll try next week because now I'm still travelling Sent from my iPhone > On Apr 25, 2016, at 8:04 AM, Iwase Yusuke wrote: > > Hi, > > I replied to the similar question as follows. > It will be helpful for you. > http

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

2016-04-28 Thread Narendra Hanif
Thanks for the responsed, i'll try it and will inform you if it work, maybe i'll try next week because now Sent from my iPhone > On Apr 25, 2016, at 8:04 AM, Iwase Yusuke wrote: > > Hi, > > I replied to the similar question as follows. > It will be helpful for you. > https://sourceforge.net/p

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

2016-04-24 Thread Iwase Yusuke
Hi, I replied to the similar question as follows. It will be helpful for you. https://sourceforge.net/p/ryu/mailman/ryu-devel/thread/571D6AEA.4030902%40gmail.com/#msg35038474 Thanks, Iwase On 2016年04月23日 17:54, Narendra Hanif wrote: > We followed the chapter of the QoS in the Ryubook and try

[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