* 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_4_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 6997a09..ddc1e57 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -1874,7 +1874,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