From 1ea819901314b820fff68627855c35a8e0322045 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 3 Mar 2014 11:38:28 +0900 Subject: [PATCH] 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 Signed-off-by: FUJITA Tomonori --- ryu/ofproto/ofproto_v1_4_parser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index cb35c23e..e13dc142 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -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 ============= =========================================================