From: Angga Date: Fri, 3 Jul 2015 02:40:52 +0000 (+1200) Subject: ipv6: Make MLD packets to only be processed locally X-Git-Tag: omap-for-v4.3/fixes-merge-window~247^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c938d22c88a9ddccc8c55a85e0430e9c62b1ac5;p=pandora-kernel.git ipv6: Make MLD packets to only be processed locally Before commit daad151263cf ("ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().") MLD packets were only processed locally. After the change, a copy of MLD packet goes through ip6_mr_input, causing MRT6MSG_NOCACHE message to be generated to user space. Make MLD packet only processed locally. Fixes: daad151263cf ("ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().") Signed-off-by: Hermin Anggawijaya Signed-off-by: David S. Miller --- Reading git-diff-tree failed