From: David S. Miller Date: Mon, 23 Jul 2012 20:57:45 +0000 (-0700) Subject: ipv4: Change rt->rt_iif encoding. X-Git-Tag: v3.6-rc1~125^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13378cad02afc2adc6c0e07fca03903c7ada0b37;p=pandora-kernel.git ipv4: Change rt->rt_iif encoding. 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 --- Reading git-diff-tree failed