mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-24 18:11:24 +01:00
of13: Correct documentation of set config flags
* Flags is a bitmap of OFPC_FRAG_* values rather than a single OFPC_FRAG_* value * OFPC_FRAG_MASK is not a valid bitmap field Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
663a4c1133
commit
4e54354d4e
@ -564,11 +564,10 @@ class OFPSetConfig(MsgBase):
|
||||
============= =========================================================
|
||||
Attribute Description
|
||||
============= =========================================================
|
||||
flags One of the following configuration flags.
|
||||
flags Bitmap of the following flags.
|
||||
OFPC_FRAG_NORMAL
|
||||
OFPC_FRAG_DROP
|
||||
OFPC_FRAG_REASM
|
||||
OFPC_FRAG_MASK
|
||||
miss_send_len Max bytes of new flow that datapath should send to the
|
||||
controller
|
||||
============= =========================================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user