From bdaafadc3f8e5e1a7e61fa0af6960c584115b94c Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Thu, 19 Jul 2012 21:07:54 +0900 Subject: of1.2: fix OFPPortStatsRequest typo Signed-off-by: FUJITA Tomonori --- ryu/ofproto/ofproto_v1_2_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/ofproto/ofproto_v1_2_parser.py b/ryu/ofproto/ofproto_v1_2_parser.py index 586c80cd..b359e16a 100644 --- a/ryu/ofproto/ofproto_v1_2_parser.py +++ b/ryu/ofproto/ofproto_v1_2_parser.py @@ -1086,7 +1086,7 @@ class OFPPortStatsRequest(OFPStatsRequest): class OFPPortStats( collections.namedtuple('OFPPortStats', ('port_no', 'rx_packets', 'tx_packets', - 'rx_byptes', 'tx_bytes', + 'rx_bytes', 'tx_bytes', 'rx_dropped', 'tx_dropped', 'rx_errors', 'tx_errors', 'rx_frame_err', 'rx_over_err', -- cgit v1.2.3