On Fri, 22 Jun 2012 21:55:33 +0900
OHMURA Kei <[email protected]> wrote:

> Signed-off-by: OHMURA Kei <[email protected]>
> ---
>  ryu/ofproto/ofproto_v1_3.py        | 1009 +++++++++++++++++++++++
>  ryu/ofproto/ofproto_v1_3_parser.py | 1565 
> ++++++++++++++++++++++++++++++++++++

There is no risk of breaking the existing code and surely we need this
in the future so I have no problem about mering of1.3 code. But can
you fix pep8 warnings?

ryu/ofproto/ofproto_v1_3_parser.py:611:80: E501 line too long (81 characters)
                               ofproto_v1_3.OFP_ACTION_EXPERIMENTER_HEADER_SIZE)
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:772:80: E501 line too long (83 characters)
                                           
ofproto_v1_3.OFP_MULTIPART_REPLY_SIZE)
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:777:80: E501 line too long (84 characters)
         type_, flags 
=struct.unpack_from(ofproto_v1_3.OFP_MULTIPART_REPLY_PACK_STR,
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:1414:80: E501 line too long (80 characters)
                                      ofproto_v1_3.OFP_QUEUE_PROP_MIN_RATE_SIZE)
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:1431:80: E501 line too long (80 characters)
                                      ofproto_v1_3.OFP_QUEUE_PROP_MAX_RATE_SIZE)
                                                                               ^

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to