git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69458cb
)
ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.
author
David S. Miller
<davem@davemloft.net>
Wed, 4 May 2011 19:03:30 +0000
(12:03 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 May 2011 19:03:30 +0000
(12:03 -0700)
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 <davem@davemloft.net>
No differences found