Re: [ovs-dev] [PATCH v2 06/15] tests: Add test-conntrack pcap test.

2016-04-26 Thread Flavio Leitner
On Fri, Apr 15, 2016 at 05:02:38PM -0700, Daniele Di Proietto wrote: > Simple program that runs the packet in a pcap file through the > connection tracker and prints the 'ct_state' for each packet. > > E.g. the line: > > `./test/ovstest test-conntrack capture.pcap 2` > > sends the packets in

[ovs-dev] [PATCH v2 06/15] tests: Add test-conntrack pcap test.

2016-04-15 Thread Daniele Di Proietto
Simple program that runs the packet in a pcap file through the connection tracker and prints the 'ct_state' for each packet. E.g. the line: `./test/ovstest test-conntrack capture.pcap 2` sends the packets in `capture.pcap` to the connection tracker, 2 per call. Useful for debugging.