On 3/25/25 09:00, Eelco Chaudron wrote: > > > On 24 Mar 2025, at 22:28, Ilya Maximets wrote: > >> While creating passive TCP connections the library stores part of the >> connection method as a bind path regardless of it being a path. And >> then it may attempt to unlink it on close: >> >> fatal-signal | WARN | could not unlink "27.0.0.1:58866" >> (No such file or directory) >> >> Unlinking only makes sense for unix sockets, not TCP, so the variable >> should only be initialized for "punix" case. It's not a big problem >> since those files are unlikely to exist, but it generates strange >> warnings in the logs. >> >> Fixes: af3582371193 ("python: Add TCP passive-mode to IDL.") >> Signed-off-by: Ilya Maximets <i.maxim...@ovn.org> > > Change looks good to me. > > Acked-by: Eelco Chaudron <echau...@redhat.com> >
Thanks! Applied and backported down to 3.2. Best regards, Ilya Maximets. _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev