From: Nicolas Dichtel Date: Tue, 4 Dec 2012 01:03:07 +0000 (+0000) Subject: ipv4/route/rtnl: get mcast attributes when dst is multicast X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8caaf7b608ae27f7e7d5f5df6f87039db556d4bb;p=pandora-kernel.git ipv4/route/rtnl: get mcast attributes when dst is multicast Commit f1ce3062c538 (ipv4: Remove 'rt_dst' from 'struct rtable') removes the call to ipmr_get_route(), which will get multicast parameters of the route. I revert the part of the patch that remove this call. I think the goal was only to get rid of rt_dst field. The patch is only compiled-tested. My first idea was to remove ipmr_get_route() because rt_fill_info() was the only user, but it seems the previous patch cleans the code a bit too much ;-) Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed