Re: [Ryu-devel] [PATCH] rest_qos: Fix to handle the case without QoS action

2016-07-26 Thread FUJITA Tomonori
On Thu, 21 Jul 2016 13:33:20 +0900 IWASE Yusuke wrote: > Currently, rest_qos.py might fail to parse the actions field in > the QoS rules when the actions field does not have any actions > for the QoS (SET_FIELD, METER, SET_QUEUE). > > This patch fixes this problem. > > Signed-off-by: IWASE Yusu

[Ryu-devel] [PATCH] rest_qos: Fix to handle the case without QoS action

2016-07-20 Thread IWASE Yusuke
Currently, rest_qos.py might fail to parse the actions field in the QoS rules when the actions field does not have any actions for the QoS (SET_FIELD, METER, SET_QUEUE). This patch fixes this problem. Signed-off-by: IWASE Yusuke --- ryu/app/rest_qos.py | 14 +++--- 1 file changed, 7 ins