Date: Sun, 10 Jun 2012 00:18:12 +0400 From: "Alexander V. Chernikov" <melifaro@FreeBSD.org> To: net@freebsd.org Subject: [commit approval request] sbin/ipfw Message-ID: <4FD3AF84.7080108@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hello Andrey, Konstantin! Please approve the following commit: -- Update maximum number of tables available in ipfw to reflect changes done in r233478. Approved by: (mentor) MFC after: 3 days -- -- WBR, Alexander [-- Attachment #2 --] Index: sbin/ipfw/ipfw.8 =================================================================== --- sbin/ipfw/ipfw.8 (revision 236818) +++ sbin/ipfw/ipfw.8 (working copy) @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 9, 2012 +.Dd June 10, 2012 .Dt IPFW 8 .Os .Sh NAME @@ -1733,7 +1733,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD3AF84.7080108>
