On Sat, Dec 11, 2021 at 06:55:22PM +0000, Jeremy Sowden wrote: > The first two patches contain small improvements that I noticed while > looking into a Debian bug-report. The third contains a fix for the > reported bug, that `inet` `reject` rules of the form: > > table inet filter { > chain input { > type filter hook input priority filter; > ether saddr aa:bb:cc:dd:ee:ff ip daddr 192.168.0.1 reject > } > } > > fail with: > > BUG: unsupported familynft: evaluate.c:2766:stmt_evaluate_reject_inet_family: Assertion `0' failed. > Aborted Series applied, thanks.