Re: [ovs-dev] [PATCH v2 0/4] Fix ovs-tcpdump bugs.

2016-11-22 Thread Ben Pfaff
On Mon, Nov 14, 2016 at 01:24:10AM -0800, nickcooper-zhangtonghao wrote: > Each patch fixes a different issue. > > nickcooper-zhangtonghao (4): > ovs-tcpdump: Remove the newline from readline(). > ovs-tcpdump: should't halt when dumping traffic. > ovs-tcpdump: destroy_mirror should really de

[ovs-dev] [PATCH v2 0/4] Fix ovs-tcpdump bugs.

2016-11-14 Thread nickcooper-zhangtonghao
Each patch fixes a different issue. nickcooper-zhangtonghao (4): ovs-tcpdump: Remove the newline from readline(). ovs-tcpdump: should't halt when dumping traffic. ovs-tcpdump: destroy_mirror should really destroy the mirror. ovs-tcpdump: Fix error handling when parsing parameter. utiliti