From 5a4bcf77ed8cbb3819379aa0f0fc9fd1bd5fa383 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 13 Sep 2023 19:05:04 +0200 Subject: tests/shell: remove spurious .nft dump files 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 Signed-off-by: Florian Westphal --- tests/shell/testcases/chains/dumps/0043chain_ingress.nft | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/shell/testcases/chains/dumps/0043chain_ingress.nft (limited to 'tests/shell/testcases/chains/dumps') diff --git a/tests/shell/testcases/chains/dumps/0043chain_ingress.nft b/tests/shell/testcases/chains/dumps/0043chain_ingress.nft deleted file mode 100644 index 74670423..00000000 --- a/tests/shell/testcases/chains/dumps/0043chain_ingress.nft +++ /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; - } -} -- cgit v1.2.3