From: Thomas Egerer Date: Wed, 20 Apr 2011 22:56:02 +0000 (+0000) Subject: ipv6: Remove hoplimit initialization to -1 X-Git-Tag: v2.6.39-rc6~7^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e965c05dabdabb85af0187952ccd75e43995c4b3;p=pandora-kernel.git ipv6: Remove hoplimit initialization to -1 The changes introduced with git-commit a02e4b7d ("ipv6: Demark default hoplimit as zero.") missed to remove the hoplimit initialization. As a result, ipv6_get_mtu interprets the return value of dst_metric_raw (-1) as 255 and answers ping6 with this hoplimit. This patche removes the line such that ping6 is answered with the hoplimit value configured via sysctl. Signed-off-by: Thomas Egerer Signed-off-by: David S. Miller --- Reading git-diff-tree failed