summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/chains/dumps')
-rw-r--r--tests/shell/testcases/chains/dumps/0043chain_ingress.nft11
1 files changed, 0 insertions, 11 deletions
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;
- }
-}