[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aDV6OA2G99L4Xvuk@calendula>
Date: Tue, 27 May 2025 10:39:20 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netfilter-devel@...r.kernel.org, Phil Sutter <phil@....cc>,
davem@...emloft.net, netdev@...r.kernel.org, kuba@...nel.org,
edumazet@...gle.com, fw@...len.de, horms@...nel.org
Subject: Re: [PATCH net-next 26/26] selftests: netfilter: Torture nftables
netdev hooks
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.
Powered by blists - more mailing lists