[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1502808336.4936.78.camel@edumazet-glaptop3.roam.corp.google.com>
Date: Tue, 15 Aug 2017 07:45:36 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Boris Pismenny <borisp@...lanox.com>
Cc: Ilya Lesokhin <ilyal@...lanox.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>,
"davejwatson@...com" <davejwatson@...com>,
Aviad Yehezkel <aviadye@...lanox.com>
Subject: Re: [PATCH v2 net-next 1/3] ipv6: Prevent unexpected sk->sk_prot
changes
On Tue, 2017-08-15 at 13:08 +0000, Boris Pismenny wrote:
> Hi Eric,
>
> The IPV6_ADDRFORM socket option assumes that when
> (sk->sk_protocol == IPPROTO_TCP)
> then the sk_proto is set to tcpv6_prot and it replaces it with tcp_prot.
>
> This patch ensures that the IPV6_ADDRFORM socket option doesn't replace
> the socket's sk_prot to tcp when it is not expected. For example, TLS sockets
> also replace sk_prot, and we need to prevent IPV6_ADDRFORM from
> overriding these.
>
> Are you suggesting that each socket protocol will provide a method that
> converts it from IPv6 to IPv4?
I am just saying IPV6_ADDRFORM is becoming spaghetti code, and maybe
this is time to make it modular.
The UDP or TCP magic really should be implemented in TCP or UDP files.
(Who knows maybe one day SCTP or DCCP will support IPVADDRFORM)
Powered by blists - more mailing lists