ofproto: New action TTL decrement.
[openvswitch] / include / openflow / nicira-ext.h
index f00f9940f3b2f3d0148fab633b2ca41bd8a058e1..e17b313c4eeca68765873cb6b2852604079ae987 100644 (file)
@@ -361,7 +361,8 @@ enum nx_action_subtype {
     NXAST_RESUBMIT_TABLE,       /* struct nx_action_resubmit */
     NXAST_OUTPUT_REG,           /* struct nx_action_output_reg */
     NXAST_LEARN,                /* struct nx_action_learn */
-    NXAST_EXIT                  /* struct nx_action_header */
+    NXAST_EXIT,                 /* struct nx_action_header */
+    NXAST_DEC_TTL,              /* struct nx_action_header */
 };
 
 /* Header for Nicira-defined actions. */