[ovs-dev] [PATCH ovn v2] ic: learn routes to LR only from corresponding transit switch

2021-08-19 Thread Vladislav Odintsov
This commit fixes an error where in case of LRs were connected between different AZs with ovn-ic, their routes were leaking from one LR attached to its transit switch to another LR attached to another transit switch. Testcase, which reproduces described problem is added as well. Signed-off-by: Vl

[ovs-dev] [PATCH ovn v2] ic: learn routes to LR only from corresponding transit switch

2021-08-19 Thread Vladislav Odintsov
This commit fixes an error where in case of LRs were connected between different AZs with ovn-ic, their routes were leaking from one LR attached to its transit switch to another LR attached to another transit switch. Testcase, which reproduces described problem is added as well. Signed-off-by: Vl

Re: [ovs-dev] [PATCH ovn v2] ic: learn routes to LR only from corresponding transit switch

2021-08-19 Thread 0-day Robot
Bleep bloop. Greetings Vladislav Odintsov, 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. checkpatch: ERROR: Improper whitespace around control block #42 FILE: ic/ovn-ic.c:1166: ICSBREC_R

Re: [ovs-dev] [PATCH ovn v2] ic: learn routes to LR only from corresponding transit switch

2021-08-19 Thread Han Zhou
On Thu, Aug 19, 2021 at 8:30 AM Vladislav Odintsov wrote: > > This commit fixes an error where in case of LRs were connected > between different AZs with ovn-ic, their routes were leaking > from one LR attached to its transit switch to another LR > attached to another transit switch. > > Testcase,

Re: [ovs-dev] [PATCH ovn v2] ic: learn routes to LR only from corresponding transit switch

2021-08-19 Thread Vladislav Odintsov
Thanks! Regards, Vladislav Odintsov > On 19 Aug 2021, at 20:06, Han Zhou wrote: > > On Thu, Aug 19, 2021 at 8:30 AM Vladislav Odintsov > wrote: >> >> This commit fixes an error where in case of LRs were connected >> between different AZs with ovn-ic, their routes were leaking >> from one LR a