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_04
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/shell/testcases/maps/0009vmap_0 b/tests/shell/testcases/maps/0009vmap_0
index 7627c81d..4e133b72 100755
--- a/tests/shell/testcases/maps/0009vmap_0
+++ b/tests/shell/testcases/maps/0009vmap_0
@@ -1,5 +1,7 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_set_expr)
+
set -e
EXPECTED="table inet filter {
@@ -12,7 +14,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 }
}
}"