of1.2: fix ofp_port_stats pack format
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
cccd01f5ea
commit
3c339e77cc
@ -494,7 +494,7 @@ OFP_PORT_STATS_REQUEST_SIZE = 8
|
||||
assert calcsize(OFP_PORT_STATS_REQUEST_PACK_STR) == OFP_PORT_STATS_REQUEST_SIZE
|
||||
|
||||
# struct ofp_port_stats
|
||||
OFP_PORT_STATS_PACK_STR = '!H6xQQQQQQQQQQQQ'
|
||||
OFP_PORT_STATS_PACK_STR = '!I4xQQQQQQQQQQQQ'
|
||||
OFP_PORT_STATS_SIZE = 104
|
||||
assert calcsize(OFP_PORT_STATS_PACK_STR) == OFP_PORT_STATS_SIZE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user