mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
flow: New function flow_clear_conntrack().
This will have a new user in an upcoming commit. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Miguel Angel Ajo <majopela@redhat.com>
This commit is contained in:
@@ -74,6 +74,7 @@ void flow_get_metadata(const struct flow *, struct match *flow_metadata);
|
||||
|
||||
const char *ct_state_to_string(uint32_t state);
|
||||
uint32_t ct_state_from_string(const char *);
|
||||
void flow_clear_conntrack(struct flow *);
|
||||
|
||||
char *flow_to_string(const struct flow *);
|
||||
void format_flags(struct ds *ds, const char *(*bit_to_string)(uint32_t),
|
||||
|
Reference in New Issue
Block a user