[IPV4]: multicast API "join" issues
authorDavid L Stevens <dlstevens@us.ibm.com>
Sat, 9 Jul 2005 00:45:16 +0000 (17:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jul 2005 00:45:16 +0000 (17:45 -0700)
commit917f2f105ea4bbba8604e3ed55233eebda7afe6a
treebbab5de7093cec897f617649dd123946b579c4b7
parent8cdaaa15da58806ac3c75d96c40aef9e31445a25
[IPV4]: multicast API "join" issues

1) In the full-state API when imsf_numsrc == 0
   errno should be "0", but returns EADDRNOTAVAIL

2) An illegal filter mode change
   errno should be EINVAL, but returns EADDRNOTAVAIL

3) Trying to do an any-source option without IP_ADD_MEMBERSHIP
   errno should be EINVAL, but returns EADDRNOTAVAIL

4) Adds comments for the less obvious error return values

Signed-off-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c
net/ipv6/mcast.c