On Mon, 09 Nov 2015 13:57:23 +0900
Minoru TAKAHASHI <[email protected]> wrote:

> When omit the parameter of "flags" in mod_meter_entry(), following error log 
> will be shown.
> 
>   example)
> 
>     1.use mod_meter_entry() with omitting the parameter of "flags".
> 
>    curl -X POST -d '{
>    "dpid": 1,
>    "meter_id": 1
>    }' http://localhost:8080/stats/meterentry/delete
> 
>     2.following error log will be shown.
> 
>     Unknown flags: 0
> 
> This patch fixes the problem.
> 
> Signed-off-by: Minoru TAKAHASHI <[email protected]>
> ---
>  ryu/lib/ofctl_v1_3.py | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)

Applied, thanks!

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to