aboutsummaryrefslogtreecommitdiff
path: root/include/openflow/openflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openflow/openflow.h')
-rw-r--r--include/openflow/openflow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/openflow/openflow.h b/include/openflow/openflow.h
index 0dad50d1..fd8fbeb1 100644
--- a/include/openflow/openflow.h
+++ b/include/openflow/openflow.h
@@ -536,11 +536,6 @@ struct ofp_match {
};
OFP_ASSERT(sizeof(struct ofp_match) == 40);
-/* The match fields for ICMP type and code use the transport source and
- * destination port fields, respectively. */
-#define icmp_type tp_src
-#define icmp_code tp_dst
-
/* Value used in "idle_timeout" and "hard_timeout" to indicate that the entry
* is permanent. */
#define OFP_FLOW_PERMANENT 0