svn commit: r341458 - stable/11/sbin/ipfw
Eugene Grosbein
eugen at FreeBSD.org
Tue Dec 4 07:34:48 UTC 2018
Author: eugen
Date: Tue Dec 4 07:34:47 2018
New Revision: 341458
URL: https://svnweb.freebsd.org/changeset/base/341458
Log:
MFC r340110: ipfw(8): clarify layer2 processing abilities
Make it clear that ipfw action set for layer2 frames is a bit limited.
PR: 59835
Reviewed by: yuripv
Differential Revision: https://reviews.freebsd.org/D17719
Modified:
stable/11/sbin/ipfw/ipfw.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/ipfw/ipfw.8
==============================================================================
--- stable/11/sbin/ipfw/ipfw.8 Tue Dec 4 07:30:02 2018 (r341457)
+++ stable/11/sbin/ipfw/ipfw.8 Tue Dec 4 07:34:47 2018 (r341458)
@@ -511,6 +511,27 @@ ipfw add 10 skipto 4000 all from any to any layer2 out
.Pp
(yes, at the moment there is no way to differentiate between
ether_demux and bdg_forward).
+.Pp
+Also note that only actions
+.Cm allow,
+.Cm deny,
+.Cm netgraph,
+.Cm ngtee
+and related to
+.Cm dummynet
+are processed for
+.Cm layer2
+frames and all other actions act as if they were
+.Cm allow
+for such frames.
+Full set of actions is supported for IP packets without
+.Cm layer2
+headers only.
+For example,
+.Cm divert
+action does not divert
+.Cm layer2
+frames.
.Sh SYNTAX
In general, each keyword or argument must be provided as
a separate command line argument, with no leading or trailing
More information about the svn-src-stable
mailing list