mirror of
https://github.com/openvswitch/ovs
synced 2025-08-29 21:38:13 +00:00
meta-flow: Fix comment describing mf_set_flow_value().
An obvious copy/paste error. Signed-off-by: Justin Pettit <jpettit@nicira.com>
This commit is contained in:
parent
2b06df546f
commit
910fb1d8b6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user