Re: [ovs-dev] [PATCH ovn 2/7] ic: remove orphan ovn interconnection routes

2022-12-05 Thread Vladislav Odintsov
Hi Dumitru, please, see answer inline. Regards, Vladislav Odintsov > On 5 Dec 2022, at 19:37, Dumitru Ceara wrote: > > On 12/2/22 18:31, Vladislav Odintsov wrote: >> Before this patch if one deletes transit switch through which there were >> routes in ICSB:Route table, such routes were left

Re: [ovs-dev] [PATCH ovn 2/7] ic: remove orphan ovn interconnection routes

2022-12-05 Thread Dumitru Ceara
On 12/2/22 18:31, Vladislav Odintsov wrote: > Before this patch if one deletes transit switch through which there were > routes in ICSB:Route table, such routes were left forever in the DB. > > Now we validate that each ICSB:Route has an appropriate transit switch. > > Signed-off-by: Vladislav

[ovs-dev] [PATCH ovn 2/7] ic: remove orphan ovn interconnection routes

2022-12-02 Thread Vladislav Odintsov
Before this patch if one deletes transit switch through which there were routes in ICSB:Route table, such routes were left forever in the DB. Now we validate that each ICSB:Route has an appropriate transit switch. Signed-off-by: Vladislav Odintsov --- ic/ovn-ic.c | 40