Re: [PATCH net-next] bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0
From: David Miller <davem@davemloft.net>
Date: 2015-08-03 22:44:16
Also in:
bridge
From: David Miller <davem@davemloft.net>
Date: 2015-08-03 22:44:16
Also in:
bridge
From: Nikolay Aleksandrov <razor@blackwall.org> Date: Mon, 3 Aug 2015 13:29:16 +0200
From: Satish Ashok <redacted> Before this patch when a vid was not specified, the entry was added with vid 0 which is useless when vlan_filtering is enabled. This patch makes the entry to be added on all configured vlans when vlan filtering is enabled and respectively deleted from all, if the entry vid is 0. This is also closer to the way fdb works with regard to vid 0 and vlan filtering.
...
Signed-off-by: Satish Ashok <redacted> Signed-off-by: Nikolay Aleksandrov <redacted>
Applied, but as usual if any existing user ends up being broken I will revert this. Thanks.