ofp-errors: Remove OFPERR_NXBIC_DUP_TYPE
[openvswitch] / lib / ofp-actions.c
index 898455ebeae1f6721dd299a53814640f314eb2d2..6fcfba853e9217b6921592babd54d198c64eca00 100644 (file)
@@ -857,7 +857,7 @@ decode_openflow11_instructions(const struct ofp11_instruction insts[],
         }
 
         if (out[type]) {
-            return OFPERR_NXBIC_DUP_TYPE;
+            return OFPERR_OFPIT_BAD_INSTRUCTION;
         }
         out[type] = inst;
     }