commit | 6e093d9dfffc9a02cd54d36904c62f705f09900a | [log] [tgz] |
---|---|---|
author | Brian Haley <brian.haley@hp.com> | Wed Nov 12 22:59:21 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 12 22:59:21 2008 -0800 |
tree | b9250d24821ffa8edb55fee50e0d695afd23a6f9 | |
parent | b2af2c1d3e4ddeea9d02c46d0df0c322cc7b7061 [diff] |
ipv6: routing header fixes This patch fixes two bugs: 1. setsockopt() of anything but a Type 2 routing header should return EINVAL instead of EPERM. Noticed by Shan Wei (shanwei@cn.fujitsu.com). 2. setsockopt()/sendmsg() of a Type 2 routing header with invalid length or segments should return EINVAL. These values are statically fixed in RFC 3775, unlike the variable Type 0 was. Signed-off-by: Brian Haley <brian.haley@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>