On 5/23/25 3:27 PM, Pablo Neira Ayuso wrote: > +ip netns exec $nsr nft -f - <<EOF > +table ip t { > + flowtable ft_wild { > + hook ingress priority 0 > + devices = { wild* } > + } > +} > +EOF The above is causing CI failures: # selftests: net/netfilter: nft_interface_stress.sh # /dev/stdin:4:15-19: Error: syntax error, unexpected string with a trailing asterisk, expecting string or quoted string or '$' # devices = { wild* } # ^^^^^ not ok 1 selftests: net/netfilter: nft_interface_stress.sh # exit=1 For some reasons (likely PEBKAC here...) I did not catch that before merging the PR, please try to follow-up soon. Thanks, Paolo