netlink: support setting devgroup parameters
authorVlad Dogaru <ddvlad@rosedu.org>
Thu, 13 Jan 2011 23:38:31 +0000 (23:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jan 2011 07:31:10 +0000 (23:31 -0800)
commite7ed828f10bd89a28f821ae7f20e691704d61923
treee1e19b5e6d7c2f5291a7ea6a09ff34cf631a3c67
parentcbda10fa97d72c7a1923be4426171aa90e8c6dab
netlink: support setting devgroup parameters

If a rtnetlink request specifies a negative or zero ifindex and has no
interface name attribute, but has a group attribute, then the chenges
are made to all the interfaces belonging to the specified group.

Signed-off-by: Vlad Dogaru <ddvlad@rosedu.org>
Acked-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c