summaryrefslogtreecommitdiffstats
path: root/tests/loop-detect.4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/loop-detect.4')
-rw-r--r--tests/loop-detect.42
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/loop-detect.4 b/tests/loop-detect.4
index f6f4d572..acd9a342 100644
--- a/tests/loop-detect.4
+++ b/tests/loop-detect.4
@@ -3,5 +3,5 @@
# Circular jump with an intermediate anonymous verdict map: chain1 -> chain2 -> chain3 -> chain1
flush table filter
add filter chain1 jump chain2
-add filter chain2 ip daddr vmap { 10.0.0.1 => continue, 192.168.0.1 => jump chain3 }
+add filter chain2 ip daddr vmap { 10.0.0.1 : continue, 192.168.0.1 : jump chain3 }
add filter chain3 jump chain1