On Tue, Mar 16, 2021 at 01:24:18PM +0200, Vladimir Oltean wrote: > +When the bridge has VLAN filtering enabled and a PVID is not configured on > the > +ingress port, untagged 802.1p tagged packets must be dropped. When the bridge
I think you meant "untagged and 802.1p tagged packets" ? Looks good otherwise > +has VLAN filtering enabled and a PVID exists on the ingress port, untagged > and > +priority-tagged packets must be accepted and forwarded according to the > +bridge's port membership of the PVID VLAN. When the bridge has VLAN filtering > +disabled, the presence/lack of a PVID should not influence the packet > +forwarding decision.