Re: [ovs-dev] [PATCH] controller: Fix first ping from lsp to external through snat failing

2022-09-28 Thread Dumitru Ceara
On 9/27/22 17:16, Xavier Simonart wrote: > Fixes: b89b96e1a16 ("fix potential segmentation violation when removing > ports") > Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2130045 > > Signed-off-by: Xavier Simonart > --- Thanks for the quick fix Xavier! I applied this to the main

Re: [ovs-dev] [PATCH] controller: Fix first ping from lsp to external through snat failing

2022-09-27 Thread 0-day Robot
Bleep bloop. Greetings Xavier Simonart, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless (controller/pinctrl.c). error: could not build

[ovs-dev] [PATCH] controller: Fix first ping from lsp to external through snat failing

2022-09-27 Thread Xavier Simonart
Fixes: b89b96e1a16 ("fix potential segmentation violation when removing ports") Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2130045 Signed-off-by: Xavier Simonart --- controller/pinctrl.c | 2 +- tests/system-common-macros.at | 25 ++- tests/system-ovn.at