git: 47a10c0f4824 - main - bridge.4: clarify vlan support status
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Jul 2025 07:13:20 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=47a10c0f48240948dc493c229656914193440036
commit 47a10c0f48240948dc493c229656914193440036
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-07-05 06:56:13 +0000
Commit: Lexi Winter <ivy@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.mousavizadeh@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.