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>
+++ /dev/null
-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;
- }
-}
+++ /dev/null
-table inet global {
- chain prerouting {
- type filter hook prerouting priority filter; policy drop;
- }
-}