From: David S. Miller Date: Wed, 4 May 2011 19:03:30 +0000 (-0700) Subject: ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in. X-Git-Tag: v3.0-rc1~377^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd927a2694ee412b440284dd72dd8e32caada3fc;p=pandora-kernel.git ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in. Instead of rt->rt_{dst,src} The only tricky part is source route option handling. If the source route option is enabled we can't just use plain 'daddr', we have to use opt->opt.faddr. Signed-off-by: David S. Miller --- Reading git-diff-tree failed