summaryrefslogtreecommitdiffstats
path: root/tests/verdict-maps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/verdict-maps')
-rw-r--r--tests/verdict-maps6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/verdict-maps b/tests/verdict-maps
index 72ef98f9..c1630ce3 100644
--- a/tests/verdict-maps
+++ b/tests/verdict-maps
@@ -14,7 +14,7 @@ add chain ip filter chain3
add filter chain3 counter
add filter input ip saddr vmap { \
- 10.0.0.0/24 => jump chain1, \
- 10.0.0.0/8 => jump chain2, \
- 8.8.8.8 => jump chain3 \
+ 10.0.0.0/24 : jump chain1, \
+ 10.0.0.0/8 : jump chain2, \
+ 8.8.8.8 : jump chain3 \
}