[ovs-dev] [PATCH] openflow-1.3.h: Fix typo

Daniel Baluta dbaluta at ixiacom.com
Thu Sep 5 21:18:46 UTC 2013


Fix typo in enum ofp12_flow_mod_flags comment caused probably
by a copy/paste error.

Signed-off-by: Daniel Baluta <dbaluta at ixiacom.com>
---
 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




More information about the dev mailing list