]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests/shell: remove spurious .nft dump files
authorThomas Haller <thaller@redhat.com>
Wed, 13 Sep 2023 17:05:04 +0000 (19:05 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 15 Sep 2023 14:03:41 +0000 (16:03 +0200)
These are left-over dumps ([1]), or dumps generated with the wrong name
([2]). Remove the files.

[1] commit eb14363d44ce ('tests: shell: move chain priority and policy to chain folder')
[2] commit b4775dec9f80 ('src: ingress inet support')

Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/chains/dumps/0043chain_ingress.nft [deleted file]
tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft [deleted file]

diff --git a/tests/shell/testcases/chains/dumps/0043chain_ingress.nft b/tests/shell/testcases/chains/dumps/0043chain_ingress.nft
deleted file mode 100644 (file)
index 7467042..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-table inet filter {
-       chain ingress {
-               type filter hook ingress device \"lo\" priority filter; policy accept;
-       }
-       chain input {
-               type filter hook input priority filter; policy accept;
-       }
-       chain forward {
-               type filter hook forward priority filter; policy accept;
-       }
-}
diff --git a/tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft
deleted file mode 100644 (file)
index d729e1e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-table inet global {
-       chain prerouting {
-               type filter hook prerouting priority filter; policy drop;
-       }
-}