Fix typo in enum ofp13_flow_mod_flags comment caused probably by a copy/paste error.
Signed-off-by: Daniel Baluta <dbal...@ixiacom.com> --- Changes since v1: * fixed typo in commit message :) include/openflow/openflow-1.3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow/openflow-1.3.h b/include/openflow/openflow-1.3.h index 1071d3d..1093156 100644 --- a/include/openflow/openflow-1.3.h +++ b/include/openflow/openflow-1.3.h @@ -117,7 +117,7 @@ enum ofp13_table_config { }; /* OpenFlow 1.3 specific flags - * (struct ofp12_flow_mod, member flags). */ + * (struct ofp13_flow_mod, member flags). */ 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. */ -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev