diff options
-rw-r--r-- | ryu/ofproto/ofproto_v1_4_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index dd00afb0..eb735b89 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -4269,7 +4269,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 |