Re: [ovs-dev] [patch v1] tests: Fix ICMP related 2 false positives.

2018-07-10 Thread Ben Pfaff
On Thu, Jul 05, 2018 at 08:11:33PM -0700, Darrell Ball wrote: > Filter out packet-ins for V6 packets as this is a V4 test. > > Signed-off-by: Darrell Ball Applied to master, thanks! ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org

[ovs-dev] [patch v1] tests: Fix ICMP related 2 false positives.

2018-07-05 Thread Darrell Ball
Filter out packet-ins for V6 packets as this is a V4 test. Signed-off-by: Darrell Ball --- tests/system-traffic.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-traffic.at b/tests/system-traffic.at index 519b234..cbd9542 100644 --- a/tests/system-traffic.at +++