On Mon, 10 Jun 2013 09:55:25 +0200
Philipp Aeschlimann <[email protected]> wrote:

> Sry for the late answer. Yeah, must be the mailer... I attached the
> patch also as file.
> 
> >From dbf8d01d8ec5f43bdf0a31815c377f1073b248d1 Mon Sep 17 00:00:00 2001
> From: Aeschlimann Philipp <[email protected]>
> Date: Wed, 5 Jun 2013 15:16:35 +0200
> Subject: [PATCH] Send MeterMod messages
> 
> Signed-off-by: Philipp Aeschlimann <[email protected]>
> ---
>  ryu/ofproto/ofproto_v1_3_parser.py | 89 
> ++++++++++++++++++++++++++++++++++++--
>  1 file changed, 85 insertions(+), 4 deletions(-)

Thanks. Now I can apply this however I got pep8 errors. Can you fix
the following and resend it?

Thanks!

fujita@rose:~/git/ryu$ ./run_tests.sh -p
Running pep8 ...
ryu/ofproto/ofproto_v1_3_parser.py:1950:1: W293 blank line contains
whitespace

^
ryu/ofproto/ofproto_v1_3_parser.py:1965:1: W293 blank line contains
whitespace

^
ryu/ofproto/ofproto_v1_3_parser.py:2507:74: W291 trailing whitespace
        super(OFPMeterBandHeader,
        self).__init__(cls.cls_meter_band_type,
                                                                         ^
ryu/ofproto/ofproto_v1_3_parser.py:2518:80: E501 line too long (83
characters)
                                             
ofproto_v1_3.OFP_METER_BAND_DROP_SIZE)
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:2524:1: W293 blank line contains
whitespace

^
ryu/ofproto/ofproto_v1_3_parser.py:2526:78: W291 trailing whitespace
        msg_pack_into(ofproto_v1_3.OFP_METER_BAND_DROP_PACK_STR, buf,
        offset,
                                                                             ^
ryu/ofproto/ofproto_v1_3_parser.py:2531:80: E501 line too long (90
characters)
                                             
ofproto_v1_3.OFP_METER_BAND_DSCP_REMARK_SIZE)
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:2538:1: W293 blank line contains
whitespace

^
ryu/ofproto/ofproto_v1_3_parser.py:2540:77: W291 trailing whitespace
        msg_pack_into(ofproto_v1_3.OFP_METER_BAND_DSCP_REMARK_PACK_STR,
        buf,
                                                                            ^
ryu/ofproto/ofproto_v1_3_parser.py:2541:79: W291 trailing whitespace
                      offset, self.type, self.len, self.rate,
                      self.burst_size,
                                                                              ^
ryu/ofproto/ofproto_v1_3_parser.py:2543:1: W293 blank line contains
whitespace

^
ryu/ofproto/ofproto_v1_3_parser.py:2548:80: E501 line too long (91
characters)
                                             
ofproto_v1_3.OFP_METER_BAND_EXPERIMENTER_SIZE)
                                                                               ^
ryu/ofproto/ofproto_v1_3_parser.py:2555:1: W293 blank line contains
whitespace

^
ryu/ofproto/ofproto_v1_3_parser.py:2557:78: W291 trailing whitespace
        msg_pack_into(ofproto_v1_3.OFP_METER_BAND_EXPERIMENTER_PACK_STR,
        buf,
                                                                             ^
ryu/ofproto/ofproto_v1_3_parser.py:2558:79: W291 trailing whitespace
                      offset, self.type, self.len, self.rate,
                      self.burst_size,
                                                                              ^
ryu/ofproto/ofproto_v1_3_parser.py:2560:1: W293 blank line contains
whitespace

^

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to