X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmeta-flow.h;h=632cb46dc080fd8f50ae49ee09064247d1dd7706;hb=ccbe50f8f61ac944eb965f67c570d79b6724c9cf;hp=662778c74a1f47bf30acdac443b0f94c1ae31b0d;hpb=33cadc5034cda0c9a0bcd59fbec146784387ee1f;p=sliver-openvswitch.git diff --git a/lib/meta-flow.h b/lib/meta-flow.h index 662778c74..632cb46dc 100644 --- a/lib/meta-flow.h +++ b/lib/meta-flow.h @@ -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);