Blame SOURCES/0014-Disable-test-with-unsupported-link-type.patch

106355
From b7a5a890eb36c562ed0a5196985120348b35b4e0 Mon Sep 17 00:00:00 2001
106355
From: rpm-build <rpm-build>
106355
Date: Thu, 14 Sep 2017 12:56:02 +0200
106355
Subject: [PATCH] Disable test with unsupported link type
106355
106355
---
106355
 tests/TESTLIST | 3 ++-
106355
 1 file changed, 2 insertions(+), 1 deletion(-)
106355
106355
diff --git a/tests/TESTLIST b/tests/TESTLIST
106355
index c0f6aff..0c4c2c9 100644
106355
--- a/tests/TESTLIST
106355
+++ b/tests/TESTLIST
106355
@@ -503,7 +503,8 @@ juniper_es		juniper_es.pcap			juniper_es.out	-vvv -e
106355
 
106355
 # bad packets from Yannick Formaggio
106355
 l2tp-avp-overflow	l2tp-avp-overflow.pcap		l2tp-avp-overflow.out	-v
106355
-pktap-heap-overflow	pktap-heap-overflow.pcap	pktap-heap-overflow.out	-v
106355
+# This link type is not supported by RHEL7's libpcap
106355
+# pktap-heap-overflow	pktap-heap-overflow.pcap	pktap-heap-overflow.out	-v
106355
 wb-oobr			wb-oobr.pcap			wb-oobr.out	-v
106355
 
106355
 # bad packets from Bhargava Shastry
106355
-- 
106355
2.13.5
106355