Re: [ovs-dev] [PATCH] ovs-tcpdump: Add a tcpdump wrapper utility

2016-06-08 Thread Ben Pfaff
On Wed, Jun 08, 2016 at 04:54:31PM -0300, Flavio Leitner wrote: > On Tue, Jun 07, 2016 at 08:41:13AM -0700, Ben Pfaff wrote: > > On Wed, Jun 01, 2016 at 01:30:40PM -0400, Aaron Conole wrote: > > > Currently, there is some documentation which describes setting up and > > > using port mirrors for bri

Re: [ovs-dev] [PATCH] ovs-tcpdump: Add a tcpdump wrapper utility

2016-06-08 Thread Flavio Leitner
On Tue, Jun 07, 2016 at 08:41:13AM -0700, Ben Pfaff wrote: > On Wed, Jun 01, 2016 at 01:30:40PM -0400, Aaron Conole wrote: > > Currently, there is some documentation which describes setting up and > > using port mirrors for bridges. This documentation is helpful to setup > > a packet capture for sp

Re: [ovs-dev] [PATCH] ovs-tcpdump: Add a tcpdump wrapper utility

2016-06-07 Thread Ben Pfaff
On Wed, Jun 01, 2016 at 01:30:40PM -0400, Aaron Conole wrote: > Currently, there is some documentation which describes setting up and > using port mirrors for bridges. This documentation is helpful to setup > a packet capture for specific ports. > > However, a utility to do such packet capture wou

[ovs-dev] [PATCH] ovs-tcpdump: Add a tcpdump wrapper utility

2016-06-01 Thread Aaron Conole
Currently, there is some documentation which describes setting up and using port mirrors for bridges. This documentation is helpful to setup a packet capture for specific ports. However, a utility to do such packet capture would be valuable, both as an exercise in documenting the steps an addition