* Flags is a bitmap of OFPMF_* values rather than a
  single OFPMF_* value

Signed-off-by: Simon Horman <ho...@verge.net.au>
---
 ryu/ofproto/ofproto_v1_3_parser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/ofproto/ofproto_v1_3_parser.py 
b/ryu/ofproto/ofproto_v1_3_parser.py
index d448f37..1988194 100644
--- a/ryu/ofproto/ofproto_v1_3_parser.py
+++ b/ryu/ofproto/ofproto_v1_3_parser.py
@@ -3374,7 +3374,7 @@ class OFPMeterMod(MsgBase):
                      OFPMC_ADD
                      OFPMC_MODIFY
                      OFPMC_DELETE
-    flags            One of the following flags.
+    flags            Bitmap of the following flags.
                      OFPMF_KBPS
                      OFPMF_PKTPS
                      OFPMF_BURST
-- 
1.8.5.2


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to