The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=47a10c0f48240948dc493c229656914193440036
commit 47a10c0f48240948dc493c229656914193440036 Author: Lexi Winter <i...@freebsd.org> AuthorDate: 2025-07-05 06:56:13 +0000 Commit: Lexi Winter <i...@freebsd.org> CommitDate: 2025-07-05 07:08:03 +0000 bridge.4: clarify vlan support status We now have "full support" for VLANs in bridge(4), rather than "limited support". Reviewed by: zlei, kp, des, p.mousaviza...@protonmail.com Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50505 --- share/man/man4/bridge.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index d3dea9eaa938..2dff393ebc29 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -274,7 +274,7 @@ node using .Sh VLAN SUPPORT The .Nm -driver has limited support for virtual LANs (VLANs). +driver has full support for virtual LANs (VLANs). The bridge implements independent VLAN learning, i.e. MAC addresses are learned on a per-VLAN basis, and the same MAC address may be learned on multiple interfaces on different VLANs.