Hi Paolo, On Tue, May 27, 2025 at 09:17:30AM +0200, Paolo Abeni wrote: > 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, This needs userspace updates in libnftnl and nftables. I am looking at the best way to address this. Q: is CI getting a fresh clone from netfilter git repositories? Thanks.