]> git.baikalelectronics.ru Git - kernel.git/commit
switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs
authorScott Feldman <sfeldma@gmail.com>
Thu, 29 Oct 2015 06:17:30 +0000 (23:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2015 11:23:35 +0000 (20:23 +0900)
commit4823d455f587e55244a68e66f752fb5a3e421c1f
tree3a9eefdd713211abe2e81e308cc679d3bd5b2c7c
parent2b95fc58f8559e21589d5a9236b8d30006a494b6
switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs

When adding vlans with multiple IFLA_BRIDGE_VLAN_INFO attrs set in AFSPEC,
we would wipe the vlan obj struct after the first IFLA_BRIDGE_VLAN_INFO.
Fix this by only clearing what's necessary on each IFLA_BRIDGE_VLAN_INFO
iteration.

Fixes: 9fa174ab ("switchdev: push object ID back to object structure")
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/switchdev/switchdev.c