]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: nft_queue.sh: add a bridge queue test
authorFlorian Westphal <fw@strlen.de>
Tue, 2 Jun 2026 13:31:06 +0000 (15:31 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 23 Jun 2026 06:11:22 +0000 (08:11 +0200)
commit8a2cfe7951f679350d39239de4c610448731a68e
treeb7f3859f621bbbe9e7c1fdfb90ad7d7b68ffa337
parent9dbba7e694ec045f21ede2f892fb42b81b4e1692
selftests: nft_queue.sh: add a bridge queue test

Add a test queueing from bridge family.
This was lacking: we queued from inet for ipv4 and ipv6 but
we had no bridge queue test so far.

Given kernel MUST validate that in/out port are still part of
a bridge device on reinject add a test case for this before
adding this check.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tools/testing/selftests/net/netfilter/nft_queue.sh