From: Pablo Neira Ayuso Date: Sun, 14 Jun 2020 15:43:01 +0000 (+0200) Subject: tests: shell: rename testcases/map/dump/0009vmap_0dump.nft X-Git-Tag: v0.9.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184c667a5ea8ea1945cb4784a8d5802e48f705b1;p=thirdparty%2Fnftables.git tests: shell: rename testcases/map/dump/0009vmap_0dump.nft Missing .nft extension in dump file. Fixes: 54eb1e16cc47 ("evaluate: missing datatype definition in implicit_set_declaration()") Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/shell/testcases/maps/dumps/0009vmap_0 b/tests/shell/testcases/maps/dumps/0009vmap_0.nft similarity index 73% rename from tests/shell/testcases/maps/dumps/0009vmap_0 rename to 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 } } }