On 5/27/25 11:41 AM, Phil Sutter wrote: > The script is supposed to skip wildcard interface testing if unsupported > by the host's nft tool. The failing check caused script abort due to > 'set -e' though. Fix this by running the potentially failing nft command > inside the if-conditional pipe. > > Fixes: 73db1b5dab6f ("selftests: netfilter: Torture nftables netdev hooks") > Signed-off-by: Phil Sutter <phil@xxxxxx> FTR I'm applying this patch below the 24h grace period to avoid sending a net-next PR with known issue and known unapplied fix. /P