From: Duan Jiong Date: Thu, 22 Aug 2013 04:07:35 +0000 (+0800) Subject: ipv6: handle Redirect ICMP Message with no Redirected Header option X-Git-Tag: v3.11-rc7~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92a59eca86f5d13ae4d481c3bae6b54609fe006;p=pandora-kernel.git ipv6: handle Redirect ICMP Message with no Redirected Header option rfc 4861 says the Redirected Header option is optional, so the kernel should not drop the Redirect Message that has no Redirected Header option. In this patch, the function ip6_redirect_no_header() is introduced to deal with that condition. Signed-off-by: Duan Jiong Acked-by: Hannes Frederic Sowa --- Reading git-diff-tree failed