ofp-parse: New function parse_ofp_exact_flow().
[openvswitch] / lib / meta-flow.h
index 662778c74a1f47bf30acdac443b0f94c1ae31b0d..632cb46dc080fd8f50ae49ee09064247d1dd7706 100644 (file)
@@ -264,6 +264,7 @@ void mf_set_value(const struct mf_field *, const union mf_value *value,
                   struct cls_rule *);
 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_get(const struct mf_field *, const struct cls_rule *,
             union mf_value *value, union mf_value *mask);