diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-11-07 02:04:24 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-10 08:28:13 +0300 |
commit | 2ea7a679ca2abd251c1ec03f20508619707e1749 (patch) | |
tree | d7f2e26bd8ac44cec8443de0beec7d6932da8e64 /init/Makefile | |
parent | 4fdc3023c67c1c951d0b5594f37a2066d5191bdc (diff) | |
download | linux-2ea7a679ca2abd251c1ec03f20508619707e1749.tar.xz |
net: dsa: Don't add vlans when vlan filtering is disabled
The software bridge can be build with vlan filtering support
included. However, by default it is turned off. In its turned off
state, it still passes VLANs via switchev, even though they are not to
be used. Don't pass these VLANs to the hardware. Only do so when vlan
filtering is enabled.
This fixes at least one corner case. There are still issues in other
corners, such as when vlan_filtering is later enabled.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init/Makefile')
0 files changed, 0 insertions, 0 deletions