mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
of14: 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
aa08ed2c78
commit
1ea8199013
@ -534,11 +534,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