]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bridge: Don't insert unnecessary local fdb entry on changing mac address
authorToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Tue, 7 Jun 2016 10:14:17 +0000 (19:14 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jun 2016 07:31:38 +0000 (00:31 -0700)
commit0b148def403153a4d1565f1640356cb78ce5109f
tree08d07a97b4ed9b4e0461ce0fcf1090aa38c72165
parent32565644580de57e67b700f7ddbf658e0fc43a35
bridge: Don't insert unnecessary local fdb entry on changing mac address

The missing br_vlan_should_use() test caused creation of an unneeded
local fdb entry on changing mac address of a bridge device when there is
a vlan which is configured on a bridge port but not on the bridge
device.

Fixes: 2594e9064a57 ("bridge: vlan: add per-vlan struct and move to rhashtables")
Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_fdb.c