On Thu, 13 Mar 2014 07:04:50 +0000
Satoshi Kobayashi <[email protected]> wrote:

> ofproto_v1_3.OFPGT_ALL is 0 and 0 is False on Python. When using type 'ALL', 
> the following is set to True.
> 
> if not type_:
>     LOG.debug('Unknown type: %s', group.get('type'))
> 
> Therefore, the log unsuitable is outputted:
> Unknown type: ALL
> 
> Signed-off-by: Satoshi Kobayashi <[email protected]>
> ---
>  ryu/lib/ofctl_v1_3.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to