summaryrefslogtreecommitdiffstats
path: root/tests/loop-detect.1
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2012-12-10 17:10:58 +0100
committerPatrick McHardy <kaber@trash.net>2012-12-10 17:11:16 +0100
commit4ddc2fd15d8bea177e0fb1c8b538e4ab30d1ec7f (patch)
treebe94050d20c83f262f8dce470b99642cc0e70ca5 /tests/loop-detect.1
parent176698a280d24840b745a7ab57c553655e7dd1a6 (diff)
tests: add loop detection tests
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'tests/loop-detect.1')
-rw-r--r--tests/loop-detect.18
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/loop-detect.1 b/tests/loop-detect.1
new file mode 100644
index 00000000..e55864c8
--- /dev/null
+++ b/tests/loop-detect.1
@@ -0,0 +1,8 @@
+#! nft -f
+
+# Create table and empty chains for loop detection tests
+add table filter
+
+add chain filter chain1
+add chain filter chain2
+add chain filter chain3