xenserver: Fix typo in spec file.
[openvswitch] / lib / classifier.c
index 6d5faaabe3e58ed5e679096bc4c4f61b1873c7a9..faaeaf5b6cec552dc55bcfffb4a5bbdc36e32cc6 100644 (file)
@@ -592,7 +592,7 @@ cls_rule_format(const struct cls_rule *rule, struct ds *s)
     }
     if (!skip_proto && !(w & FWW_NW_PROTO)) {
         if (f->dl_type == htons(ETH_TYPE_ARP)) {
-            ds_put_format(s, "opcode=%"PRIu8",", f->nw_proto);
+            ds_put_format(s, "arp_op=%"PRIu8",", f->nw_proto);
         } else {
             ds_put_format(s, "nw_proto=%"PRIu8",", f->nw_proto);
         }