summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.8
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2012-06-09 20:47:58 +0000
committermelifaro <melifaro@FreeBSD.org>2012-06-09 20:47:58 +0000
commit7847bbf8a2150048a56126fdec1b5b3ae0c6df9f (patch)
tree1592bccb3d715fc7024fd241ab8393d7c3d9fce2 /sbin/ipfw/ipfw.8
parentb643d7c214fe8a68667ae980d2ae47635d164c2b (diff)
downloadFreeBSD-src-7847bbf8a2150048a56126fdec1b5b3ae0c6df9f.zip
FreeBSD-src-7847bbf8a2150048a56126fdec1b5b3ae0c6df9f.tar.gz
Update maximum number of tables available in ipfw to reflect
changes done in r233478. Approved by: kib(mentor) MFC after: 3 days
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r--sbin/ipfw/ipfw.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 5d1625e..83a0c16 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 9, 2012
+.Dd June 10, 2012
.Dt IPFW 8
.Os
.Sh NAME
@@ -1733,7 +1733,7 @@ connected networks instead of all source addresses.
Lookup tables are useful to handle large sparse sets of
addresses or other search keys (e.g. ports, jail IDs, interface names).
In the rest of this section we will use the term ``address''.
-There may be up to 4096 different lookup tables, numbered 0 to 4095.
+There may be up to 65535 different lookup tables, numbered 0 to 65534.
.Pp
Each entry is represented by an
.Ar addr Ns Op / Ns Ar masklen
OpenPOWER on IntegriCloud