From 08146bf7d9b4ad635312901ae017370b0108c62f Mon Sep 17 00:00:00 2001 From: Ales Musil Date: Mon, 16 Jan 2023 12:45:08 +0100 Subject: openflow: Add extension to flush CT by generic match. Add extension that allows to flush connections from CT by specifying fields that the connections should be matched against. This allows to match only some fields of the connection e.g. source address for orig direction. Reported-at: https://bugzilla.redhat.com/2120546 Signed-off-by: Ales Musil Signed-off-by: Ilya Maximets --- lib/rconn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rconn.c') diff --git a/lib/rconn.c b/lib/rconn.c index a96b2eb8b..4afa21515 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -1426,6 +1426,7 @@ is_admitted_msg(const struct ofpbuf *b) case OFPTYPE_IPFIX_FLOW_STATS_REQUEST: case OFPTYPE_IPFIX_FLOW_STATS_REPLY: case OFPTYPE_CT_FLUSH_ZONE: + case OFPTYPE_CT_FLUSH: default: return true; } -- cgit v1.2.1