of1.2: add OFPSF_REPLY_MORE constant
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
bff41cb952
commit
fc05f44eaf
@ -421,6 +421,9 @@ OFP_STATS_REQUEST_SIZE = 16
|
|||||||
assert (calcsize(OFP_STATS_REQUEST_PACK_STR) + OFP_HEADER_SIZE ==
|
assert (calcsize(OFP_STATS_REQUEST_PACK_STR) + OFP_HEADER_SIZE ==
|
||||||
OFP_STATS_REQUEST_SIZE)
|
OFP_STATS_REQUEST_SIZE)
|
||||||
|
|
||||||
|
# enum ofp_stats_reply_flags
|
||||||
|
OFPSF_REPLY_MORE = 1 << 0 # More replies to follow.
|
||||||
|
|
||||||
# struct ofp_stats_reply
|
# struct ofp_stats_reply
|
||||||
OFP_STATS_REPLY_PACK_STR = '!HH4x'
|
OFP_STATS_REPLY_PACK_STR = '!HH4x'
|
||||||
OFP_STATS_REPLY_SIZE = 16
|
OFP_STATS_REPLY_SIZE = 16
|
||||||
|
Loading…
Reference in New Issue
Block a user