Jason Tubnor([email protected]) on 2019.02.21 09:13:46 +1100:
> Hi,
> 
> In July 2018, henning@ updated src/sys/net/pfvar.h to lift the default
> state table limit to 100000:
> 
> https://cvsweb.openbsd.org/src/sys/net/pfvar.h?rev=1.480&content-type=text/x-cvsweb-markup
> 
> The patch below brings the pf options page inline with this change.

Thanks, committed a tweaked version.

> 
> Cheers,
> 
> Jason.
> 
> Index: faq/pf/options.html
> ===================================================================
> RCS file: /cvs/www/faq/pf/options.html,v
> retrieving revision 1.55
> diff -u -p -u -r1.55 options.html
> --- faq/pf/options.html 18 Sep 2018 08:04:03 -0000      1.55
> +++ faq/pf/options.html 20 Feb 2019 22:06:08 -0000
> @@ -85,7 +85,7 @@ directive.
>        <li><code>states</code> - maximum number of entries in the memory
> pool
>            used for state table entries (<a href="filter.html">filter</a>
> rules
>            that specify <code>keep state</code>).
> -          Default is 10000.
> +          Default is 100000.
>        <li><code>tables</code> - maximum number of
>            <a href="tables.html">tables</a> that can be created.
>            Default is 1000.
> 

Reply via email to