[rds-devel] [PATCH v4 net-next 1/3] rds: Changing IP address internal representation to struct in6_addr

Santosh Shilimkar santosh.shilimkar at oracle.com
Mon Jul 23 09:54:56 PDT 2018


On 7/23/2018 7:16 AM, Ka-Cheong Poon wrote:
> This patch changes the internal representation of an IP address to use
> struct in6_addr.  IPv4 address is stored as an IPv4 mapped address.
> All the functions which take an IP address as argument are also
> changed to use struct in6_addr.  But RDS socket layer is not modified
> such that it still does not accept IPv6 address from an application.
> And RDS layer does not accept nor initiate IPv6 connections.
> 
> v2: Fixed sparse warnings.
> 
> Signed-off-by: Ka-Cheong Poon <ka-cheong.poon at oracle.com>
> ---
Looks good to me now. Thanks !!

Acked-by: Santosh Shilimkar <sanstosh.shilimkar at oracle.com>



More information about the rds-devel mailing list