search for: etherfilt

Displaying 2 results from an estimated 2 matches for "etherfilt".

Did you mean: etherfile
2018 Sep 19
1
[Bug 1280] New: meta pkttype incompatible? with ingress
...t Assignee: pablo at netfilter.org Reporter: netfilter at d9c.eu OS: 4.18.8-arch1-1-ARCH (Archlinux) with statically defined IPv4/IPv6 addresses and nftables 0.9.0 (problem also occurs with kernel 4.14.70) #!/usr/bin/nft -f flush ruleset table netdev ethernet { chain etherfilter { type filter hook ingress device eth0 priority 0; policy accept; pkttype broadcast counter drop } } When using the above ruleset, after some time (10 Minutes - 2 hours, seems to be depending on the background noise like http traffic, ssh brute force attem...
2017 Apr 02
2
[Bug 1141] New: trace aborts using pkttype on ingress
...r Status: NEW Severity: major Priority: P5 Component: kernel Assignee: pablo at netfilter.org Reporter: netfilter at d9c.eu Using the following minimal ruleset I am getting my journal spammed with traces: table netdev ethernet { chain etherfilter { type filter hook ingress device eth0 priority 0; policy accept; pkttype broadcast counter drop } } Unfortunately i cannot really tell what is triggering this, it happens at random when just having a shell open and of course there is the usual internet background noise. Two sample tr...