summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/shell/testcases/maps/dumps/0009vmap_0.nft (renamed from tests/shell/testcases/maps/dumps/0009vmap_0)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/maps/dumps/0009vmap_0 b/tests/shell/testcases/maps/dumps/0009vmap_0.nft
index 540a8af8..c556fece 100644
--- a/tests/shell/testcases/maps/dumps/0009vmap_0
+++ b/tests/shell/testcases/maps/dumps/0009vmap_0.nft
@@ -7,7 +7,7 @@ table inet filter {
}
chain prerouting {
- type filter hook prerouting priority -300; policy accept;
+ type filter hook prerouting priority raw; policy accept;
iif vmap { "lo" : jump wan_input }
}
}