Thomas Köller <thomas@xxxxxxxxxxxxxxxxxx> wrote: > When adding a rule to a chain, I can specify the handle of an existing rule. > The new rule is then inserted after that one. So how do I insert a new rule > at the very top of a chain, right before the first rule? I tried using the > handle of the chain itself, but that didn't work. nft insert rule ip filter FOO meta iifname bar