of1.2: fix OFPPortStatsRequest typo
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
b281cc72bc
commit
bdaafadc3f
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user