X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmeta-flow.c;h=f9e044ddd32467f395ba705279609c4d9034f314;hb=910fb1d8b6983d91b9e44828c8c3d4ba133cb41c;hp=54bc4c27c86c3392e12c7988c946fdf3c4f6c3d1;hpb=2b06df546fbe162e867463850b538250f43d137d;p=sliver-openvswitch.git diff --git a/lib/meta-flow.c b/lib/meta-flow.c index 54bc4c27c..f9e044ddd 100644 --- a/lib/meta-flow.c +++ b/lib/meta-flow.c @@ -1356,9 +1356,8 @@ mf_set_value(const struct mf_field *mf, } } -/* Makes 'match' match field 'mf' exactly, with the value matched taken from - * 'value'. The caller is responsible for ensuring that 'match' meets 'mf''s - * prerequisites. */ +/* Sets 'flow' member field described by 'mf' to 'value'. The caller is + * responsible for ensuring that 'flow' meets 'mf''s prerequisites.*/ void mf_set_flow_value(const struct mf_field *mf, const union mf_value *value, struct flow *flow)