From: Julian Anastasov Date: Wed, 1 Oct 2008 14:28:28 +0000 (-0700) Subject: ipv4: Loosen source address check on IPv4 output X-Git-Tag: v2.6.28-rc1~717^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a210d01ae3ee006b59e54e772a7f212486e0f021;p=pandora-kernel.git ipv4: Loosen source address check on IPv4 output ip_route_output() contains a check to make sure that no flows with non-local source IP addresses are routed. This obviously makes using such addresses impossible. This patch introduces a flowi flag which makes omitting this check possible. The new flag provides a way of handling transparent and non-transparent connections differently. Signed-off-by: Julian Anastasov Signed-off-by: KOVACS Krisztian Signed-off-by: David S. Miller --- Reading git-diff-tree failed