On Thu, 23 Jan 2014 08:52:22 +0900 Simon Horman <[email protected]> wrote:
> Simon Horman (23): > Correct OF1.4 OFP_ACTION_HEADER_PACK_STR > Correct OF1.4 OFPMatch JSON serialisation and formatting > Add OF1.4 multipart experimenter request and reply message support > Add OF1.4 group stats request and reply message support > Add OF1.4 desc stats request and reply message support > Add OF1.4 OFPMatchField support > Add OF1.4 SetField action support > Add OF1.4 CopyTtlOut action support > Add OF1.4 CopyTtlIn action support > Add OF1.4 PopPbb action support > Add OF1.4 PushPbb action support > Add OF1.4 PopMpls action support > Add OF1.4 PushMpls action support > Add OF1.4 PopVlan action support > Add OF1.4 PushVlan action support > Add OF1.4 DecMplsTtl action support > Add OF1.4 DecNwTtl action support > Add OF1.4 SetNwTtl action support > Add OF1.4 echo request and reply message support > Add OF1.4 error message support > Add OF1.4 experimenter message support > Add OF1.4 barrier request and reply message support > Add OF1.4 role request and reply message support > > ryu/ofproto/ofproto_v1_4.py | 11 +- > ryu/ofproto/ofproto_v1_4_parser.py | 1633 > +++++++++++++++++++++++++++++++++++- > 2 files changed, 1641 insertions(+), 3 deletions(-) I got some pep8 errors. Please fix them. ryu/ofproto/ofproto_v1_4.py:320:1: E302 expected 2 blank lines, found 1 def _oxm_tlv_header(class_, field, hasmask, length): ^ ryu/ofproto/ofproto_v1_4_parser.py:139:1: E302 expected 2 blank lines, found 1 @_register_parser ^ ryu/ofproto/ofproto_v1_4_parser.py:266:1: E303 too many blank lines (4) @_register_parser ^ ryu/ofproto/ofproto_v1_4_parser.py:720:1: E302 expected 2 blank lines, found 1 class OFPPortDescPropUnknown(StringifyMixin): ^ ryu/ofproto/ofproto_v1_4_parser.py:1342:1: E303 too many blank lines (4) @_register_parser ^ ryu/ofproto/ofproto_v1_4_parser.py:1700:1: E302 expected 2 blank lines, found 1 class OFPBucketCounter(StringifyMixin): ^ ryu/ofproto/ofproto_v1_4_parser.py:2108:1: E303 too many blank lines (4) @_set_msg_type(ofproto.OFPT_PACKET_OUT) ^ ryu/ofproto/ofproto_v1_4_parser.py:3083:1: W391 blank line at end of file ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
