instruction/clear-actions: string parser/formater, of packet decoder/encoder
[openvswitch] / ofproto / ofproto-dpif.c
index 8d8a250bcf6a818d569f6bfd5795342024dcd977..0c954df170a86ef7fedddd3e082d59644ae0e2dc 100644 (file)
@@ -5600,6 +5600,14 @@ do_xlate_actions(const struct ofpact *ofpacts, size_t ofpacts_len,
             xlate_fin_timeout(ctx, ofpact_get_FIN_TIMEOUT(a));
             break;
 
+        case OFPACT_CLEAR_ACTIONS:
+            /* TODO:XXX
+             * Nothing to do because writa-actions is not supported for now.
+             * When writa-actions is supported, clear-actions also must
+             * be supported at the same time.
+             */
+            break;
+
         case OFPACT_GOTO_TABLE: {
             /* TODO:XXX remove recursion */
             /* It is assumed that goto-table is last action */