commit | 57459185a19b0246866479522b77cbb9732201d1 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Thu Dec 08 04:11:20 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 08 19:52:43 2011 -0500 |
tree | 75a0d4ea2b0024428f5f519ab16a5b537d482e62 | |
parent | 348a1443cc4303c72cf1ee3b26e476fec8e7b5fa [diff] |
team: use vlan_vids_[addr/del]_by_dev So far when vlan id was added to team device befor port was added, this vid was not added to port's vlan filter. Also after removal, vid stayed in port device's vlan filter. Benefit of new vlan functions to handle this work. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>