--- openflow-2010-09-26-3.h	2015-07-23 09:54:15.904479311 -0700
+++ openflow-2010-09-26-4.h	2015-07-23 09:54:15.908479311 -0700
@@ -165,9 +165,12 @@
 
     /* Handling of packets that don't match in the table. The default
        behavior is SEND_TO_CONTROLLER */
-    OFPC_TABLE_MISS_CONTROLLER = 4, /* Default OpenFlow 1.1 behavior */
-    OFPC_TABLE_MISS_CONTINUE = 5,   /* OpenFlow 1.0 behavior */
-    OFPC_TABLE_MISS_DROP = 6,       /* Drop if no match in table */
+    OFPC_TABLE_MISS_CONTINUE = 4,   /* OpenFlow 1.0 behavior */
+    OFPC_TABLE_MISS_DROP = 5,       /* Drop if no match in table */
+
+    /* TTL processing - applicable for IP and MPLS packets */
+    OFPC_INVALID_TTL_TO_CONTROLLER = 6, /* Send packets with invalid TTL ie.
+                                           0 or 1 to controller */
 };
 
 /* Switch configuration. */
