test-classifier: Use get_unaligned_u32() from unaligned.h.
[openvswitch] / ofproto / in-band.c
index 722c1f9120eb2ecae15631a97169993d812e4012..9605b50f38894326e9dbb081f6e4374fdd051773 100644 (file)
@@ -591,7 +591,7 @@ add_rule(struct in_band *ib, const struct cls_rule *rule)
     action.output.len = htons(sizeof action);
     action.output.port = htons(OFPP_NORMAL);
     action.output.max_len = htons(0);
-    ofproto_add_flow(ib->ofproto, rule, &action, 1, 0);
+    ofproto_add_flow(ib->ofproto, rule, &action, 1);
 }
 
 /* Inserts flows into the flow table for the current state of 'ib'. */