From df46c412f3ade7d2b5cc823ac307e7ac432c8873 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 11 Oct 2017 10:07:47 +0530 Subject: tests: files: Remove jump chain tests. Tests for loop-detect 1, 2 and 3 are already there in tests/shell file. New test for loop-detect.4 has been added to tests/shell file. So, remove them. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- tests/files/loop-detect.3 | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/files/loop-detect.3 (limited to 'tests/files/loop-detect.3') diff --git a/tests/files/loop-detect.3 b/tests/files/loop-detect.3 deleted file mode 100644 index 80f7fc5a..00000000 --- a/tests/files/loop-detect.3 +++ /dev/null @@ -1,7 +0,0 @@ -#! nft -f - -# Circular jump when creating an anonymous verdict map: chain1 -> chain2 -> chain3 -> chain1 -flush table filter -add filter chain1 jump chain2 -add filter chain2 jump chain3 -add filter chain3 ip daddr vmap { 10.0.0.1 : continue, 192.168.0.1 : jump chain1 } -- cgit v1.2.3