summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2014-03-03 11:38:33 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-03-04 13:47:52 +0900
commit4e54354d4e3a90f989e6be77a3cd88faca1cfa4a (patch)
tree8604944be7392464fa54cee73e54ecf25caf9e59
parent663a4c1133864734794f0a547986a593db7b89d7 (diff)
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>
-rw-r--r--ryu/ofproto/ofproto_v1_3_parser.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py
index b3514658..97b31e7a 100644
--- a/ryu/ofproto/ofproto_v1_3_parser.py
+++ b/ryu/ofproto/ofproto_v1_3_parser.py
@@ -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
============= =========================================================