On 4/4/23 05:16, Songtao Zhan wrote:
> 
> To: d...@openvswitch.org,
>     i.maxim...@ovn.org
> 
> If there is a pipe behind ovs-tcpdump(such as ovs-tcpdump -i eth0
> | grep "192.168.1.1"), the child process (grep "192.168.1.1") may
> exit first and close the pipe when received SIGTERM. When farther
> process(ovs-tcpdump) exit, stdout is flushed into broken pipe, and
> then received a exception IOError. To avoid such problems, ovs-tcp
> dump first close stdout before exit.
> 
> Signed-off-by: Songtao Zhan <zhan...@chinatelecom.cn>
> ---

Thanks!  Applied and backported down to 2.17.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to