Date: Fri, 29 Jun 2012 14:55:57 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r237784 - projects/pf/head/contrib/pf/man Message-ID: <201206291455.q5TEtvuY052007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Fri Jun 29 14:55:57 2012 New Revision: 237784 URL: http://svn.freebsd.org/changeset/base/237784 Log: Document loader tunables of pf(4). Modified: projects/pf/head/contrib/pf/man/pf.4 Modified: projects/pf/head/contrib/pf/man/pf.4 ============================================================================== --- projects/pf/head/contrib/pf/man/pf.4 Fri Jun 29 14:39:04 2012 (r237783) +++ projects/pf/head/contrib/pf/man/pf.4 Fri Jun 29 14:55:57 2012 (r237784) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 4 2012 +.Dd June 29 2012 .Dt PF 4 .Os .Sh NAME @@ -75,6 +75,25 @@ separated by characters, similar to how file system hierarchies are laid out. The final component of the anchor path is the anchor under which operations will be performed. +.Sh SYSCTL VARIABLES AND LOADER TUNABLES +The following +.Xr loader 8 +tunables are available. +.Bl -tag -width indent +.It Va net.pf.states_hashsize +Size of hash tables that store states. +Should be power of 2. +Default value is 32768. +.It Va net.pf.source_nodes_hashsize +Size of hash table that store source nodes. +Should be power of 2. +Default value is 8192. +.El +.Pp +Read only +.Xr sysctl 8 +variables with matching names are provided to obtain current values +at runtime. .Sh IOCTL INTERFACE .Nm supports the following
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206291455.q5TEtvuY052007>