ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.
[sliver-openvswitch.git] / lib / meta-flow.h
index a3f6701..d3185e4 100644 (file)
@@ -355,6 +355,7 @@ void mf_set_value(const struct mf_field *, const union mf_value *value,
 void mf_set_flow_value(const struct mf_field *, const union mf_value *value,
                        struct flow *);
 bool mf_is_zero(const struct mf_field *, const struct flow *);
+void mf_mask_field(const struct mf_field *, struct flow *);
 
 void mf_get(const struct mf_field *, const struct match *,
             union mf_value *value, union mf_value *mask);