On Tue, 30 Sep 2014 10:27:08 +0900
Yusuke Iwase wrote:
>>From 576e26e778964b381f538ed1ed88fc3bbe143061 Mon Sep 17 00:00:00 2001
> From: IWASE Yusuke
> Date: Fri, 19 Sep 2014 14:51:47 +0900
> Subject: [PATCH] of: Fix name of class member variables
>
> Fix name of class member variables in OFPMet
> This leads to unittest errors. Can you update the unittest too?
I'm sorry, I missed the unit tests.
Here is the updated patch that includes the correction
of the unit tests.
On 2014年09月27日 18:43, FUJITA Tomonori wrote:
> On Wed, 24 Sep 2014 13:21:13 +0900
> Yusuke Iwase wrote:
>
>> Fix name o
On Wed, 24 Sep 2014 13:21:13 +0900
Yusuke Iwase wrote:
> Fix name of class member variables in OFPMeterFeaturesStats
> to reflect OpenFlow Specification version 1.3 and 1.4.
>
> Signed-off-by: IWASE Yusuke
> ---
> ryu/ofproto/ofproto_v1_3_parser.py | 6 +++---
> ryu/ofproto/ofproto_v1_4_parser
Fix name of class member variables in OFPMeterFeaturesStats
to reflect OpenFlow Specification version 1.3 and 1.4.
Signed-off-by: IWASE Yusuke
---
ryu/ofproto/ofproto_v1_3_parser.py | 6 +++---
ryu/ofproto/ofproto_v1_4_parser.py | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff