]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/multipath.h
ofproto-dpif: Store relevant fields for wildcarding in facet.
[mirror_ovs.git] / lib / multipath.h
index 1b5160dd2a383384ad5a7d2dc28dfc689d0c523e..97b51617f6c99896bf0119dee58b5c6fd2654565 100644 (file)
@@ -22,6 +22,7 @@
 
 struct ds;
 struct flow;
+struct flow_wildcards;
 struct nx_action_multipath;
 struct ofpact_multipath;
 struct ofpbuf;
@@ -38,7 +39,8 @@ enum ofperr multipath_check(const struct ofpact_multipath *,
 void multipath_to_nxast(const struct ofpact_multipath *,
                         struct ofpbuf *openflow);
 
-void multipath_execute(const struct ofpact_multipath *, struct flow *);
+void multipath_execute(const struct ofpact_multipath *, struct flow *,
+                       struct flow_wildcards *);
 
 void multipath_parse(struct ofpact_multipath *, const char *);
 void multipath_format(const struct ofpact_multipath *, struct ds *);