* Flags is a bitmap of OFPFF_* values rather than a single OFPFF_* 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 73b803f..9464f36 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -4266,7 +4266,7 @@ class OFPFlowMod(MsgBase): entries to include this as an output port out_group For ``OFPFC_DELETE*`` commands, require matching entries to include this as an output group - flags One of the following values. + flags Bitmap of the following flags. OFPFF_SEND_FLOW_REM OFPFF_CHECK_OVERLAP OFPFF_RESET_COUNTS -- 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