]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: netfilter: nft_queue.sh: fix warnings with socat 1.8.0.0
authorFlorian Westphal <fw@strlen.de>
Mon, 4 Nov 2024 14:28:18 +0000 (15:28 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 Nov 2024 01:59:37 +0000 (17:59 -0800)
commita84e8c05f58305dfa808bc5465c5175c29d7c9b6
tree2801a03bcc8bb0a3c7a7dd7fc0f43e86da950049
parentfc49b804967e5b1cc1665efd4de112945e1ab4c6
selftests: netfilter: nft_queue.sh: fix warnings with socat 1.8.0.0

Updated to a more recent socat release and saw this:
 socat E xioopen_ipdgram_listen(): unknown address family 0
 socat W address is opened in read-write mode but only supports read-only

First error is avoided via pf=ipv4 option, second one via -u
(unidirectional) mode.

Signed-off-by: Florian Westphal <fw@strlen.de>
Link: https://patch.msgid.link/20241104142821.2608-1-fw@strlen.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/netfilter/nft_queue.sh