Re: [ovs-dev] [PATCH ovn] controller: use packet proto for hairpin traffic learned action if not specified

2023-01-16 Thread Mark Michelson
Thanks Lorenzo and Ales. I pushed this change all the way back to branch-21.12 On 1/13/23 06:14, Ales Musil wrote: On Wed, Jan 11, 2023 at 11:46 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: Rely on IP protocol from the incoming packet for learn action in table 68 if it has not

Re: [ovs-dev] [PATCH ovn] controller: use packet proto for hairpin traffic learned action if not specified

2023-01-13 Thread Ales Musil
On Wed, Jan 11, 2023 at 11:46 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Rely on IP protocol from the incoming packet for learn action > in table 68 if it has not specified in the related load-balancer. > > Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2157846 >

[ovs-dev] [PATCH ovn] controller: use packet proto for hairpin traffic learned action if not specified

2023-01-11 Thread Lorenzo Bianconi
Rely on IP protocol from the incoming packet for learn action in table 68 if it has not specified in the related load-balancer. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2157846 Signed-off-by: Lorenzo Bianconi --- controller/lflow.c | 24 ++--