Re: [ovs-dev] [PATCH 2/2] ovs-vsctl: Correctly mark the CT flush commands.

2023-11-29 Thread Ilya Maximets
On 11/28/23 08:46, Ales Musil wrote: > Change the ct-flush and ct-flush-zone to RW > as they do in fact modify the state. > > Fixes: 2a7c4805a76d ("Add OpenFlow command to flush conntrack table entries.") > Fixes: 08146bf7d9b4 ("openflow: Add extension to flush CT by generic match.") > Signed-off-

[ovs-dev] [PATCH 2/2] ovs-vsctl: Correctly mark the CT flush commands.

2023-11-27 Thread Ales Musil
Change the ct-flush and ct-flush-zone to RW as they do in fact modify the state. Fixes: 2a7c4805a76d ("Add OpenFlow command to flush conntrack table entries.") Fixes: 08146bf7d9b4 ("openflow: Add extension to flush CT by generic match.") Signed-off-by: Ales Musil --- utilities/ovs-ofctl.c | 4 ++