Re: [PATCH net-next] ipv6: raw: use IPv4 raw_sendmsg on v4-mapped IPv6 destinations

2018-01-25 Thread David Miller
From: Ivan Delalande Date: Wed, 24 Jan 2018 17:43:43 -0800 > Make IPv6 SOCK_RAW sockets operate like IPv6 UDP and TCP sockets with > respect to IPv4 mapped addresses by calling IPv4 raw_sendmsg from > rawv6_sendmsg to send those messages out. > > Signed-off-by: Travis Brown

[PATCH net-next] ipv6: raw: use IPv4 raw_sendmsg on v4-mapped IPv6 destinations

2018-01-24 Thread Ivan Delalande
Make IPv6 SOCK_RAW sockets operate like IPv6 UDP and TCP sockets with respect to IPv4 mapped addresses by calling IPv4 raw_sendmsg from rawv6_sendmsg to send those messages out. Signed-off-by: Travis Brown Signed-off-by: Ivan Delalande ---