From 6846e91e6fb0c2da8b4ab6f64257bb259f221b77 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 18 Apr 2017 11:22:05 -0700 Subject: flow: New function flow_clear_conntrack(). This will have a new user in an upcoming commit. Signed-off-by: Ben Pfaff Acked-by: Miguel Angel Ajo --- lib/flow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/flow.h') diff --git a/lib/flow.h b/lib/flow.h index 9d4ae49cc..2957108a6 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -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), -- cgit v1.2.1