From: James Morris Date: Tue, 31 Oct 2006 02:56:06 +0000 (-0800) Subject: [IPV6]: return EINVAL for invalid address with flowlabel lease request X-Git-Tag: v2.6.19-rc5~101^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6817e4c32d8c4118405d2dec30ac1c264349085;p=pandora-kernel.git [IPV6]: return EINVAL for invalid address with flowlabel lease request Currently, when an application requests a lease for a flowlabel via the IPV6_FLOWLABEL_MGR socket option, no error is returned if an invalid type of destination address is supplied as part of the request, leading to a silent failure. This patch ensures that EINVAL is returned to the application in this case. Signed-off-by: James Morris Signed-off-by: David S. Miller --- Reading git-diff-tree failed