summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-10-03 00:35:52 +0000
committergreen <green@FreeBSD.org>2004-10-03 00:35:52 +0000
commitcdf18c02e63403bcc3ca98fc618b46d5868cd2d3 (patch)
tree6ae76425bb070ee98f521d551d3f36b96d3768ec /sbin/ipfw
parent4f70622005bf8214002abf3a3dcd4f7614f2dd59 (diff)
downloadFreeBSD-src-cdf18c02e63403bcc3ca98fc618b46d5868cd2d3.zip
FreeBSD-src-cdf18c02e63403bcc3ca98fc618b46d5868cd2d3.tar.gz
Add the documentation for IPFW's diverted(-loopback|-output) matches.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.88
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index ca2d5fd..ef05581 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -944,6 +944,14 @@ You can have comment-only rules, which are listed as having a
action followed by the comment.
.It Cm bridged
Matches only bridged packets.
+.It Cm diverted
+Matches only packets generated by a divert socket.
+.It Cm diverted-loopback
+Matches only packets coming from a divert socket back into the IP stack
+input for delivery.
+.It Cm diverted-output
+Matches only packets going from a divert socket back outward to the IP
+stack output for delivery.
.It Cm dst-ip Ar ip-address
Matches IP packets whose destination IP is one of the address(es)
specified as argument.
OpenPOWER on IntegriCloud