[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12b16f0b-8ba8-4077-9a13-0bc514e1cd44@redhat.com>
Date: Tue, 27 May 2025 09:17:30 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: Pablo Neira Ayuso <pablo@...filter.org>, netfilter-devel@...r.kernel.org,
Phil Sutter <phil@....cc>
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
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
Powered by blists - more mailing lists