ofproto_v1_0_parser: typo
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
committed by
FUJITA Tomonori
parent
9637144d00
commit
95bfa7ad1d
@@ -480,7 +480,7 @@ class OFPQueuePropHeader(object):
|
||||
def parser(cls, buf, offset):
|
||||
property_, len_ = struct.unpack_from(
|
||||
ofproto_v1_0.OFP_QUEUE_PROP_HEADER_PACK_STR, buf, offset)
|
||||
prop_cls = cls._QUEUEU_PROPERTIES[property_]
|
||||
prop_cls = cls._QUEUE_PROPERTIES[property_]
|
||||
assert property_ == prop_cls.cls_prop_type
|
||||
assert len_ == prop_cls.cls_prop_len
|
||||
|
||||
|
||||
Reference in New Issue
Block a user