diff options
| -rw-r--r-- | share/man/man4/if_bridge.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4 index 4ba09790c89d..73aa0b198585 100644 --- a/share/man/man4/if_bridge.4 +++ b/share/man/man4/if_bridge.4 @@ -261,5 +261,8 @@ The driver currently supports only Ethernet and Ethernet-like (e.g., 802.11) network devices, with exactly the same interface MTU size as the bridge device. .Pp +Only wireless interfaces in hostap mode can be bridged due to the 802.11 +framing format, bridging a wireless client is not supported yet. +.Pp The bridge implements version IEEE 802.1D 1998 of the Spanning Tree Protocol so newer features in IEEE 802.1D 2004 such as RSTP are not available. |
