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:
Simon Horman 2014-03-03 11:38:33 +09:00 committed by FUJITA Tomonori
parent 663a4c1133
commit 4e54354d4e

View File

@ -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
============= =========================================================