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:
93ac534
)
ipv4: Kill rt->rt_oif
author
David S. Miller
<davem@davemloft.net>
Tue, 17 Jul 2012 21:39:44 +0000
(14:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Jul 2012 20:38:34 +0000
(13:38 -0700)
Never actually used.
It was being set on output routes to the original OIF specified in the
flow key used for the lookup.
Adjust the only user, ipmr_rt_fib_lookup(), for greater correctness of
the flowi4_oif and flowi4_iif values, thanks to feedback from Julian
Anastasov.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found