nftables: Removed forward filter

This commit is contained in:
Viyurz 2023-12-01 12:55:39 +00:00
parent 249f37b860
commit 02d26020fd

View file

@ -25,8 +25,6 @@ table inet filter {
chain forward {
type filter hook forward priority 0; policy accept;
iif eth0 drop
}
chain output {