nftables: Removed forward filter
This commit is contained in:
parent
249f37b860
commit
02d26020fd
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ table inet filter {
|
|||
|
||||
chain forward {
|
||||
type filter hook forward priority 0; policy accept;
|
||||
|
||||
iif eth0 drop
|
||||
}
|
||||
|
||||
chain output {
|
||||
|
|
Loading…
Reference in a new issue