Home
last modified time | relevance | path

Searched hist:cc1d5bda17c8eb4cd195f05a5558ed63df057fce (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/dsa/
H A Dslave.cdiff cc1d5bda17c8eb4cd195f05a5558ed63df057fce Wed Feb 20 16:35:38 CST 2019 Florian Fainelli <f.fainelli@gmail.com> net: dsa: Deny enslaving VLAN devices into VLAN aware bridge

VLAN devices on top of a DSA network device which is already part of a
bridge and with said bridge being VLAN aware should not be allowed to be
enslaved into that bridge. For one, this duplicates functionality
offered by the VLAN aware bridge which supports tagged and untagged VLAN
frames processing and it would make things needlessly complex to e.g.:
propagate FDB/MDB accordingly.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>