of1.2: fix OFPPortStatsRequest typo

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2012-07-19 21:07:54 +09:00
parent b281cc72bc
commit bdaafadc3f

View File

@ -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',