diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-17 17:39:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 16:38:34 -0400 |
commit | 4fd551d7bed93af60af61c5a324b8f5dff37953a (patch) | |
tree | 2cc151b3dc88793340c50421799627b06b766a43 /include/net/route.h | |
parent | 93ac53410a82a4f1bf2baf9d65d95cc29f2774ca (diff) |
ipv4: Kill rt->rt_oif
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>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index 3c1eeab9749b..e789a92fd602 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -50,7 +50,6 @@ struct rtable { | |||
50 | 50 | ||
51 | int rt_route_iif; | 51 | int rt_route_iif; |
52 | int rt_iif; | 52 | int rt_iif; |
53 | int rt_oif; | ||
54 | 53 | ||
55 | /* Info on neighbour */ | 54 | /* Info on neighbour */ |
56 | __be32 rt_gateway; | 55 | __be32 rt_gateway; |