Skip to content

Commit 1207ce6

Browse files
KanjiMonsterideaship
authored andcommitted
vlan_bridging: fix foreign VLAN protocol handling warning
The bridge will still forward the other VLAN protocol traffic, it is just treated like untagged. Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
1 parent ca2270c commit 1207ce6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

network_configuration/vlan_bridging.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Similarly to 802.1q bridging, it is possible to configure 802.1ad VLANs using
3434
[iproute2](#iproute2) or [systemd-networkd](#systemd-networkd).
3535

3636
**WARNING**: Any bridge configured to forward VLAN traffic with either protocol
37-
802.1q or 802.1ad will only forward traffic of the selected VLAN protocol type.
37+
802.1q or 802.1ad will only process VLAN tags of the selected VLAN protocol
38+
type. Packets tagged with the other VLAN protocol are treated like untagged
39+
packets and forwarded accordingly.
3840
{: .label .label-red }
3941

4042
## iproute2

0 commit comments

Comments
 (0)