summaryrefslogtreecommitdiff
path: root/tests/system-offloads-testsuite-macros.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-offloads-testsuite-macros.at')
-rw-r--r--tests/system-offloads-testsuite-macros.at6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/system-offloads-testsuite-macros.at b/tests/system-offloads-testsuite-macros.at
index 2129cf7f0..5d7044f42 100644
--- a/tests/system-offloads-testsuite-macros.at
+++ b/tests/system-offloads-testsuite-macros.at
@@ -34,3 +34,9 @@ m4_define([CHECK_NO_TC_OFFLOAD],
[
AT_SKIP_IF([:])
])
+
+# Conntrack ALGs are not supported for tc.
+m4_define([CHECK_CONNTRACK_ALG],
+[
+ AT_SKIP_IF([:])
+])