On Fri, Aug 23, 2024 at 11:19 PM jmaloy@redhat.com wrote:
From: Jon Maloy jmaloy@redhat.com
When we added the SO_PEEK_OFF socket option to TCP we forgot to add it even for TCP on IPv6.
We do that here.
Fixes: 05ea491641d3 ("tcp: add support for SO_PEEK_OFF socket option") Reviewed-by: David Gibson david@gibson.dropbear.id.au Reviewed-by: Stefano Brivio sbrivio@redhat.com Tested-by: Stefano Brivio sbrivio@redhat.com Signed-off-by: Jon Maloy jmaloy@redhat.com
Reviewed-by: Eric Dumazet edumazet@google.com
Thanks.