Re: [ovs-dev] [PATCH v7 2/2] openflow: Add extension to flush CT by generic match

2023-01-16 Thread Ales Musil
On Mon, Jan 16, 2023 at 12:45 PM Ales Musil wrote: > 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:

[ovs-dev] [PATCH v7 2/2] openflow: Add extension to flush CT by generic match

2023-01-16 Thread Ales Musil
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