On Thu, Oct 31, 2019 at 11:45:42AM +0100, Lukas Wunner wrote: > On Thu, Oct 31, 2019 at 11:06:24AM +0100, Lukas Wunner wrote: > > Invoking the following commands on a 32-bit architecture with strict > > alignment requirements (such as an ARMv7-based Raspberry Pi) results > > in an alignment exception: > > Ugh, looks like "git commit" ate the commands as they were prefixed by a > hash mark (i.e. intended for execution as root): > > # nft add table ip test-ip4 > # nft add chain ip test-ip4 output { type filter hook output priority 0; } > # nft add rule ip test-ip4 output quota 1025 bytes Applied and amended the commit to include this, thanks.