summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.8
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2001-12-21 18:43:37 +0000
committeryar <yar@FreeBSD.org>2001-12-21 18:43:37 +0000
commit7ee7696269e25ee988354fd96bde6b69a11bddc5 (patch)
tree4ec7d8e79b2f7c30fb4aee41fc5de2b16c23d5fd /sbin/ipfw/ipfw.8
parentca1cc6602bf2df156dc2bc753ae9a312fbd4afd6 (diff)
downloadFreeBSD-src-7ee7696269e25ee988354fd96bde6b69a11bddc5.zip
FreeBSD-src-7ee7696269e25ee988354fd96bde6b69a11bddc5.tar.gz
Implement matching IP precedence in ipfw(4).
Submitted by: Igor Timkin <ivt@gamma.ru>
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r--sbin/ipfw/ipfw.83
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index f58851e..92c1e98 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -662,6 +662,9 @@ of bandwidth, queue occupation, and also counters.
.It Cm ipversion Ar ver
Match if the IP header version is
.Ar ver .
+.It Cm ipprecedence Ar precedence
+Match if the numeric value of IP datagram's precedence is equal to
+.Ar precedence .
.It Cm iptos Ar spec
Match if the IP header contains the comma separated list of
service types specified in
OpenPOWER on IntegriCloud