Re: [Ryu-devel] [PATCH] ofctl_rest: Fix clear flow entries command

2014-12-10 Thread FUJITA Tomonori
On Thu, 11 Dec 2014 15:21:36 +0900 Yusuke Iwase wrote: > Currently, clear flow entries command (/stats/flowentry/clear/) > in ofctl_rest deletes flow entries from only table 0. > This patch fixes the command to delete flow entries from all tables. > > Signed-off-by: IWASE Yusuke > --- > ryu/ap

[Ryu-devel] [PATCH] ofctl_rest: Fix clear flow entries command

2014-12-10 Thread Yusuke Iwase
Currently, clear flow entries command (/stats/flowentry/clear/) in ofctl_rest deletes flow entries from only table 0. This patch fixes the command to delete flow entries from all tables. Signed-off-by: IWASE Yusuke --- ryu/app/ofctl_rest.py | 6 -- 1 file changed, 4 insertions(+), 2 deletion

Re: [Ryu-devel] QoS-Priority-Problem

2014-12-10 Thread Minoru TAKAHASHI
Hi,Json >However, in terms of priority values, port 5002 was supposed to have the >higher priority value and occupy the bandwidth but its bandwidth dropped at >t >= 4 after the client 1(port 5001, priority = 1) made a request of data. >It seemed that the priority setting didn’t work at all.

Re: [Ryu-devel] Apply-Actions instruction with the rest api

2014-12-10 Thread Yusuke Iwase
Hi Clément, On 2014年12月10日 22:30, Clément Rault wrote: > Hi, > > It there a way to force the actions present in the actions set to be > immediately applied? If you use Apply-Actions instruction, please describe the "action" directly in actions array. e.g.) curl -X POST -d '{ "dpid": 1,

[Ryu-devel] Apply-Actions instruction with the rest api

2014-12-10 Thread Clément Rault
Hi, It there a way to force the actions present in the actions set to be immediately applied? It's quite important for me to be able to do that so that I can use the metadata to communicate between tables but I couldn't find it in the documentation (http://ryu.readthedocs.org/en/latest/app/ofctl_