]> asedeno.scripts.mit.edu Git - linux.git/commit
net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bind
authorVincent Bernat <vincent@bernat.im>
Wed, 25 Jul 2018 11:19:13 +0000 (13:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Jul 2018 19:27:13 +0000 (12:27 -0700)
commitd0c1f01138c4b7e532889474e3f2a485546d7270
tree60071af28fb43fb8f9e8d6d802f6a6165a246d33
parent41627cdb02cdff8cb92a498bc3bcbef8abe8a752
net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bind

When freebind feature is set of an IPv6 socket, any source address can
be used when sending UDP datagrams using IPv6 PKTINFO ancillary
message. Global non-local bind feature was added in commit
35a256fee52c ("ipv6: Nonlocal bind") for IPv6. This commit also allows
IPv6 source address spoofing when non-local bind feature is enabled.

Signed-off-by: Vincent Bernat <vincent@bernat.im>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/datagram.c