mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-06 04:46:10 +02:00
of1.3: fix OFP_GROUP_DESC_STATS_PACK_STR
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
c519c7d86f
commit
42a097c596
@ -685,7 +685,7 @@ OFP_BUCKET_COUNTER_SIZE = 16
|
||||
assert calcsize(OFP_BUCKET_COUNTER_PACK_STR) == OFP_BUCKET_COUNTER_SIZE
|
||||
|
||||
# struct ofp_group_desc_stats
|
||||
OFP_GROUP_DESC_STATS_PACK_STR = '!HBBI'
|
||||
OFP_GROUP_DESC_STATS_PACK_STR = '!HBxI'
|
||||
OFP_GROUP_DESC_STATS_SIZE = 8
|
||||
assert calcsize(OFP_GROUP_DESC_STATS_PACK_STR) == OFP_GROUP_DESC_STATS_SIZE
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user