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:
b685817
)
ipv4: Change rt->rt_iif encoding.
author
David S. Miller
<davem@davemloft.net>
Mon, 23 Jul 2012 20:57:45 +0000
(13:57 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 Jul 2012 23:36:27 +0000
(16:36 -0700)
On input packet processing, rt->rt_iif will be zero if we should
use skb->dev->ifindex.
Since we access rt->rt_iif consistently via inet_iif(), that is
the only spot whose interpretation have to adjust.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found