[NETLINK]: Add set/getsockopt options to support more than 32 groups
authorPatrick McHardy <kaber@trash.net>
Mon, 15 Aug 2005 19:32:15 +0000 (12:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:01:07 +0000 (16:01 -0700)
commit9a4595bc7e67962f13232ee55a64e063062c3a99
tree9691d77701cad7e0d4fb62390acf525f3adb9d60
parentf7fa9b10edbb9391bdd4ec8e8b3d621d0664b198
[NETLINK]: Add set/getsockopt options to support more than 32 groups

NETLINK_ADD_MEMBERSHIP/NETLINK_DROP_MEMBERSHIP are used to join/leave
groups, NETLINK_PKTINFO is used to enable nl_pktinfo control messages
for received packets to get the extended destination group number.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h
include/linux/socket.h
net/netlink/af_netlink.c