On Fri, Oct 16, 2020 at 01:10:21PM +0200, Robert Sander wrote: > Am 16.10.20 um 12:56 schrieb Florian Westphal: > > > nft add rule inet filter forwad iifname bond0.16 oifname bond0.42 accept > > Error: Could not process rule: No such file or directory > > add rule inet filter forwad iifname bond0.16 oifname bond0.42 accept > > ^^^^^^ > > (typo in chain name). > > Oh, how embarrassing. :) > > The rule originally contained a jump to a chain that wa slater declared > in the nft commands. Bummer. Sorry for the noise. For the record, the most recent nftables (0.9.7) with recent kernel versions provide a hint for this error: # nft add rule x y jump test Error: Could not process rule: No such file or directory add rule x y jump test ^^^^