team: handle sending port list in the same way option list is sent
authorJiri Pirko <jiri@resnulli.us>
Fri, 1 Feb 2013 08:17:24 +0000 (08:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2013 19:55:45 +0000 (14:55 -0500)
commitd90f889e9cc76daf3a6d91120bb158b16c4af444
treeb1d4832f4f61d9e47e196b6c6f62dd830292c113
parentf9d96862cacd1177d76d82f70f88ac57cb05e6e0
team: handle sending port list in the same way option list is sent

Essentially do the same thing with port list as with option list.
Multipart netlink message.
Side effect is that port event message can send port which is not longer
in team->port_list.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/team/team.c