From: Pablo Neira Ayuso Date: Thu, 5 Feb 2026 02:31:18 +0000 (+0100) Subject: tests: shell: double chain update with same device X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27344750dad34b65030478a2c4f08f21cf10b34c;p=thirdparty%2Fnftables.git tests: shell: double chain update with same device For Linux kernel patch: cf5fb87fcdaa ("netfilter: nf_tables: reject duplicate device on updates") Signed-off-by: Pablo Neira Ayuso Signed-off-by: Florian Westphal --- diff --git a/tests/shell/testcases/transactions/chain_update_dup b/tests/shell/testcases/transactions/chain_update_dup new file mode 100755 index 00000000..5d529dd1 --- /dev/null +++ b/tests/shell/testcases/transactions/chain_update_dup @@ -0,0 +1,22 @@ +#!/bin/bash + +ip link add dummy0 type dummy + +$NFT -f /dev/stdin <