Re: [PATCH net-next 26/26] selftests: netfilter: Torture nftables netdev hooks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux