Robert Sander <r.sander@xxxxxxxxxxxxxxxxxxx> wrote: > Hi. > > with iptables it was possible to specify "-i ifacename" even when the > interface was currently not available. > > nft bails out with an error: > > ./nft:225:1-75: Error: Could not process rule: No such file or directory > add rule ip filter FORWARD iifname bond0.16 oifname bond0.42 accept This error is not related to the interface names. nft should annotate this error with ^^^^ markers with more recent version, e.g.: 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).