summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/0009vmap_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/maps/0009vmap_0')
-rwxr-xr-xtests/shell/testcases/maps/0009vmap_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/maps/0009vmap_0 b/tests/shell/testcases/maps/0009vmap_0
index 7627c81d..d31e1608 100755
--- a/tests/shell/testcases/maps/0009vmap_0
+++ b/tests/shell/testcases/maps/0009vmap_0
@@ -12,7 +12,7 @@ EXPECTED="table inet filter {
chain prerouting {
type filter hook prerouting priority -300; policy accept;
- iif vmap { "lo" : jump wan_input }
+ iif vmap { "lo" counter : jump wan_input }
}
}"