mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
openflow-1.3.h: Fix typo
Fix typo in enum ofp13_flow_mod_flags comment caused probably by a copy/paste error. Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -116,8 +116,7 @@ enum ofp13_table_config {
|
||||
OFPTC13_DEPRECATED_MASK = 3 /* Deprecated bits */
|
||||
};
|
||||
|
||||
/* OpenFlow 1.3 specific flags
|
||||
* (struct ofp12_flow_mod, member flags). */
|
||||
/* OpenFlow 1.3 specific flags for flow_mod messages. */
|
||||
enum ofp13_flow_mod_flags {
|
||||
OFPFF13_NO_PKT_COUNTS = 1 << 3, /* Don't keep track of packet count. */
|
||||
OFPFF13_NO_BYT_COUNTS = 1 << 4 /* Don't keep track of byte count. */
|
||||
|
||||
Reference in New Issue
Block a user