commit | 35b384bd14f91c74e358e02969ee7bb2542e6d78 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Tue Jun 19 05:54:19 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 19 15:00:24 2012 -0700 |
tree | 16769a147cbd78d620e9d6fcbe62c89660570132 | |
parent | 9b00cf2d1024d683cb2e206109e356dcac968568 [diff] |
team: ensure correct order of netlink messages delivery currently, when port is created and per-port options are present, there options are sent to userspace with ifindex of port which userspace does not know about. Port add message goes right after. This patch corrects message ordering so userspace would not be confused. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>