Re: [ovs-dev] [PATCH] OVN: fix DNAT/SNAT system-ovn unit tests

2019-08-22 Thread Ben Pfaff
On Mon, Jul 29, 2019 at 01:41:03PM +0200, Lorenzo Bianconi wrote: > Fix conntrack checks in the following tests in tests/system-ovn.at: > - ovn -- DNAT and SNAT on distributed router - N/S > - ovn -- DNAT and SNAT on distributed router - E/W > > Fixes: a6ee09882283 ("OVN: run local logical flows

Re: [ovs-dev] [PATCH ovn] Fix DNAT/SNAT system-ovn unit tests

2019-08-08 Thread Numan Siddique
On Mon, Aug 5, 2019 at 11:12 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Fix conntrack checks in the following tests in tests/system-ovn.at: > - ovn -- DNAT and SNAT on distributed router - N/S > - ovn -- DNAT and SNAT on distributed router - E/W > > Fixes: a6ee09882283 ("OVN: run

[ovs-dev] [PATCH ovn] Fix DNAT/SNAT system-ovn unit tests

2019-08-05 Thread Lorenzo Bianconi
Fix conntrack checks in the following tests in tests/system-ovn.at: - ovn -- DNAT and SNAT on distributed router - N/S - ovn -- DNAT and SNAT on distributed router - E/W Fixes: a6ee09882283 ("OVN: run local logical flows first in S_ROUTER_OUT_SNAT table") Signed-off-by: Lorenzo Bianconi ---

Re: [ovs-dev] [PATCH] OVN: fix DNAT/SNAT system-ovn unit tests

2019-07-30 Thread Darrell Ball
Thanks Lorenzo Looks good I did not retest this patch, but it is the same code you sent before that I had tested On Mon, Jul 29, 2019 at 4:41 AM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Fix conntrack checks in the following tests in tests/system-ovn.at: > - ovn -- DNAT and SNAT

[ovs-dev] [PATCH] OVN: fix DNAT/SNAT system-ovn unit tests

2019-07-29 Thread Lorenzo Bianconi
Fix conntrack checks in the following tests in tests/system-ovn.at: - ovn -- DNAT and SNAT on distributed router - N/S - ovn -- DNAT and SNAT on distributed router - E/W Fixes: a6ee09882283 ("OVN: run local logical flows first in S_ROUTER_OUT_SNAT table") Signed-off-by: Lorenzo Bianconi ---