meta-flow: Autogenerate mf_field data structures.
[cascardo/ovs.git] / lib / ofp-actions.c
index 219f492..39c5a29 100644 (file)
@@ -2232,7 +2232,7 @@ set_field_parse__(char *arg, struct ofpbuf *ofpacts,
         return xasprintf("%s is not a valid value for field %s", value, key);
     }
 
-    *usable_protocols &= mf->usable_protocols;
+    *usable_protocols &= mf->usable_protocols_exact;
     return NULL;
 }