Re: [ovs-dev] [PATCH ovn v3] controller: fixed potential segfault when changing tunnel_key and deleting ls

2024-01-23 Thread Dumitru Ceara
On 1/4/24 11:43, Dumitru Ceara wrote: > On 12/8/23 13:44, Xavier Simonart wrote: >> When a tunnel_key for a datapath was changed, the local_datapaths hmap was >> not properly updated >> as the old/initial entry was not removed. >> - If the datapath was not deleted at the same time, a new entry

Re: [ovs-dev] [PATCH ovn v3] controller: fixed potential segfault when changing tunnel_key and deleting ls

2024-01-04 Thread Dumitru Ceara
On 12/8/23 13:44, Xavier Simonart wrote: > When a tunnel_key for a datapath was changed, the local_datapaths hmap was > not properly updated > as the old/initial entry was not removed. > - If the datapath was not deleted at the same time, a new entry (for the same > dp) was created > in the

[ovs-dev] [PATCH ovn v3] controller: fixed potential segfault when changing tunnel_key and deleting ls

2023-12-08 Thread Xavier Simonart
When a tunnel_key for a datapath was changed, the local_datapaths hmap was not properly updated as the old/initial entry was not removed. - If the datapath was not deleted at the same time, a new entry (for the same dp) was created in the local_datapaths as the previous entry was not found