diff options
-rw-r--r-- | ryu/ofproto/ofproto_v1_2_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |