Displaying 1 result from an estimated 1 matches for "keithwilliamsnp".
2018 Dec 01
20
[Bug 1305] New: Rules in second chain same hook ignored if first chain has policy drop
...s policy drop
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: Debian GNU/Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: keithwilliamsnp at gmail.com
Debian Stretch, nft version 0.9.0-1 kernel 4.9.0-8-amd64
Am finding behaviour in added chains a bit different to that expected from
reading all the documentation.
I have chain 
input {type filter hook input priority 0; policy drop;} 
This carried most of the firewall rules. I then...