X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmeta-flow.h;h=60bfecaa586515f7ebd10d59891a3782b0f3285d;hb=9bab681f33e09882e8f652c8e96a2b998b3ef9b3;hp=8c8b7be8e70510576dc26471a27e66dcff293a51;hpb=beffe87554210fb43be20eb23251c87e5eb4b529;p=sliver-openvswitch.git diff --git a/lib/meta-flow.h b/lib/meta-flow.h index 8c8b7be8e..60bfecaa5 100644 --- a/lib/meta-flow.h +++ b/lib/meta-flow.h @@ -318,6 +318,8 @@ void mf_set_wild(const struct mf_field *, struct match *); void mf_random_value(const struct mf_field *, union mf_value *value); /* Subfields. */ +void mf_write_subfield_flow(const struct mf_subfield *, + const union mf_subvalue *, struct flow *); void mf_write_subfield(const struct mf_subfield *, const union mf_subvalue *, struct match *); @@ -340,5 +342,6 @@ char *mf_parse_value(const struct mf_field *, const char *, union mf_value *); void mf_format(const struct mf_field *, const union mf_value *value, const union mf_value *mask, struct ds *); +void mf_format_subvalue(const union mf_subvalue *subvalue, struct ds *s); #endif /* meta-flow.h */