From: Florian Westphal Date: Thu, 14 Aug 2025 11:22:41 +0000 (+0200) Subject: tests: shell: update comment to name the right commit. X-Git-Tag: v1.1.5~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36f1fe74462ffc703a227bc65575c5b285f9d504;p=thirdparty%2Fnftables.git tests: shell: update comment to name the right commit. At the time the comment was written the patch wasn't yet upstream so replace this with the right id and title. Signed-off-by: Florian Westphal --- diff --git a/tests/shell/testcases/packetpath/tcp_reset b/tests/shell/testcases/packetpath/tcp_reset index 559260a3..c19a3faf 100755 --- a/tests/shell/testcases/packetpath/tcp_reset +++ b/tests/shell/testcases/packetpath/tcp_reset @@ -2,8 +2,9 @@ # NFT_TEST_REQUIRES(NFT_TEST_HAVE_socat) -# regression check for kernel commit -# netfilter: nf_reject: init skb->dev for reset packet +# regression check for issue fixed with kernel commit +# b975d3ee5962 ("net: add and use skb_get_hash_net") +# without it, flow dissector used to WARN(). ip link set lo up