From e943eceb928d1d277f28f262dd6d758c1d85e8d0 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 8 Apr 2024 10:48:22 -0700 Subject: [PATCH] ng_bridge: document the limitation brought in f961caf2184c --- share/man/man4/ng_bridge.4 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/share/man/man4/ng_bridge.4 b/share/man/man4/ng_bridge.4 index 7e5b4e0bd0c..998c428cbad 100644 --- a/share/man/man4/ng_bridge.4 +++ b/share/man/man4/ng_bridge.4 @@ -107,6 +107,9 @@ hook of the bridge, and ignore the complexity of the outside world. Frames with unknown MACs are always sent out to .Ar uplink hooks, so no functionality is lost. +The +.Ar uplink0 +hook is not allowed. .Pp The .Ar linkX @@ -277,3 +280,11 @@ node type was implemented in .Fx 4.2 . .Sh AUTHORS .An Archie Cobbs Aq Mt archie@FreeBSD.org +.Sh BUGS +The +.Nm +node refuses to create the +.Ar uplink0 +hook to avoid later ambiguity with the +.Dv NGM_BRIDGE_GET_STATS +message.