mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
of13 fix OFPQueueProp parsing
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
c75be1d5f0
commit
3408c76f9a
@ -2696,6 +2696,7 @@ class OFPQueueProp(OFPQueuePropHeader):
|
||||
ofproto_v1_3.OFP_QUEUE_PROP_HEADER_PACK_STR,
|
||||
buf, offset)
|
||||
cls_ = cls._QUEUE_PROP_PROPERTIES.get(property_)
|
||||
offset += ofproto_v1_3.OFP_QUEUE_PROP_HEADER_SIZE
|
||||
return cls_.parser(buf, offset)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user