[ovs-dev] [PATCH ovn] mirror.c: Fix ovn-controller crash when mirror port is deleted from ovs.

2023-06-28 Thread Han Zhou
If the ovs port used as output_port in mirror is deleted (either by mistake or intentionally), ovn-controller would crash in the check_and_update_interface_table() when trying to sync the mirror port configuration. e.g.: 0 0x00449d6e in check_and_update_interface_table (ovs_mirror=0xcc511

Re: [ovs-dev] [PATCH ovn] mirror.c: Fix ovn-controller crash when mirror port is deleted from ovs.

2023-06-30 Thread Dumitru Ceara
On 6/29/23 08:42, Han Zhou wrote: > If the ovs port used as output_port in mirror is deleted (either by > mistake or intentionally), ovn-controller would crash in the > check_and_update_interface_table() when trying to sync the mirror port > configuration. e.g.: > > 0 0x00449d6e in check_

Re: [ovs-dev] [PATCH ovn] mirror.c: Fix ovn-controller crash when mirror port is deleted from ovs.

2023-06-30 Thread Han Zhou
On Fri, Jun 30, 2023 at 1:07 AM Dumitru Ceara wrote: > > On 6/29/23 08:42, Han Zhou wrote: > > If the ovs port used as output_port in mirror is deleted (either by > > mistake or intentionally), ovn-controller would crash in the > > check_and_update_interface_table() when trying to sync the mirror