]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaa70be29de82add80afd3ae7573306656ff28b55
treeb1d4832f4f61d9e47e196b6c6f62dd830292c113
parent84b3886c0b3b1be824ac15673c1243db58e683b1
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