mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
of13: add missing UINTxx_MAX
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
4006436f9a
commit
9d06333da0
@ -266,6 +266,11 @@ class OFPSetConfig(MsgBase):
|
||||
self.flags, self.miss_send_len)
|
||||
|
||||
|
||||
UINT64_MAX = (1 << 64) - 1
|
||||
UINT32_MAX = (1 << 32) - 1
|
||||
UINT16_MAX = (1 << 16) - 1
|
||||
|
||||
|
||||
class Flow(object):
|
||||
def __init__(self):
|
||||
self.in_port = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user