ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.
[openvswitch] / lib / multipath.h
index 962602b629c9dbf2cd7b2b50845445b67933cbd0..8ac4bfd350687ba85c24d795cb3ef43f669c2d61 100644 (file)
@@ -29,7 +29,7 @@ struct nx_action_reg_move;
  * See include/openflow/nicira-ext.h for NXAST_MULTIPATH specification.
  */
 
-int multipath_check(const struct nx_action_multipath *);
+int multipath_check(const struct nx_action_multipath *, const struct flow *);
 void multipath_execute(const struct nx_action_multipath *, struct flow *);
 
 void multipath_parse(struct nx_action_multipath *, const char *);