Index: sbin/ipfw/ipfw.8 =================================================================== --- sbin/ipfw/ipfw.8 +++ sbin/ipfw/ipfw.8 @@ -511,6 +511,26 @@ .Pp (yes, at the moment there is no way to differentiate between ether_demux and bdg_forward). +.Pp +Also note that only actions +.Nm allow, +.Nm deny, +.Nm netgraph, +.Nm ngtee +and related to +.Nm dummynet +are processed for +.Nm layer2 +frames and all other actions act as if they were +.Nm allow +for such frames. +Full set of actions is supported for IP packets without +.Nm layer2 +headers only. For example, +.Nm divert +action does not divert +.Nm layer2 +frames. .Sh SYNTAX In general, each keyword or argument must be provided as a separate command line argument, with no leading or trailing