Add support for matching Ethernet multicast frames.
[openvswitch] / lib / ofp-util.h
index 28bce5f89bd853fbe300f237595cc149b1f21b5e..6f8c2594f6b5b17d7019264b553403cdcb83e362 100644 (file)
@@ -78,7 +78,7 @@ const union ofp_action *actions_first(struct actions_iterator *,
                                       size_t n_actions);
 const union ofp_action *actions_next(struct actions_iterator *);
 int validate_actions(const union ofp_action *, size_t n_actions,
-                     int max_ports);
+                     const struct flow *, int max_ports);
 bool action_outputs_to_port(const union ofp_action *, uint16_t port);
 
 void normalize_match(struct ofp_match *);