diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index e8c11bac..6a6035d9 100644 --- a/ryu/ofproto/ofproto_v1_3_parser.py +++ b/ryu/ofproto/ofproto_v1_3_parser.py @@ -2526,7 +2526,7 @@ class OFPInstructionMeter(StringifyMixin): @classmethod def parser(cls, buf, offset): - (type_, len_, table_id) = struct.unpack_from( + (type_, len_, meter_id) = struct.unpack_from( ofproto_v1_3.OFP_INSTRUCTION_METER_PACK_STR, buf, offset) return cls(meter_id)