Re: [PATCH] ipv6: return EINVAL for invalid address with flowlabel lease request

2006-10-30 Thread David Miller
From: James Morris <[EMAIL PROTECTED]> Date: Mon, 30 Oct 2006 19:31:31 -0500 (EST) > 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, le

[PATCH] ipv6: return EINVAL for invalid address with flowlabel lease request

2006-10-30 Thread James Morris
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 applicatio