From: David S. Miller Date: Tue, 17 Jul 2012 21:39:44 +0000 (-0700) Subject: ipv4: Kill rt->rt_oif X-Git-Tag: v3.6-rc1~125^2~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd551d7bed93af60af61c5a324b8f5dff37953a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed