ipv4: Implement IP_TRANSPARENT socket option
authorKOVACS Krisztian <hidden@sch.bme.hu>
Wed, 1 Oct 2008 14:30:02 +0000 (07:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2008 14:30:02 +0000 (07:30 -0700)
This patch introduces the IP_TRANSPARENT socket option: enabling that
will make the IPv4 routing omit the non-local source address check on
output. Setting IP_TRANSPARENT requires NET_ADMIN capability.

Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found