Re: [ovs-dev] [PATCH ovn] actions: Make sure affinity learnt flows are auto deleted.

2024-01-12 Thread Dumitru Ceara
On 1/12/24 03:00, Numan Siddique wrote: > > > On Thu, Jan 11, 2024, 5:22 PM Dumitru Ceara > wrote: > > In order for that to happen the learnt flows' cookie must match with the > cookie of the flow they were learnt on. > > Fixes: 216201a2b5d6 ("actions: int

Re: [ovs-dev] [PATCH ovn] actions: Make sure affinity learnt flows are auto deleted.

2024-01-11 Thread Numan Siddique
On Thu, Jan 11, 2024, 5:22 PM Dumitru Ceara wrote: > In order for that to happen the learnt flows' cookie must match with the > cookie of the flow they were learnt on. > > Fixes: 216201a2b5d6 ("actions: introduce commit_lb_aff action") > Reported-at: https://issues.redhat.com/browse/FDP-257 > Sig

[ovs-dev] [PATCH ovn] actions: Make sure affinity learnt flows are auto deleted.

2024-01-11 Thread Dumitru Ceara
In order for that to happen the learnt flows' cookie must match with the cookie of the flow they were learnt on. Fixes: 216201a2b5d6 ("actions: introduce commit_lb_aff action") Reported-at: https://issues.redhat.com/browse/FDP-257 Signed-off-by: Dumitru Ceara --- lib/actions.c| 1 +