git: ea6d6addc9bc - main - pf.conf.5: remove 'set limit tables'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 19:14:36 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=ea6d6addc9bc78a174fc667d4f41f5f62ffdd8ae
commit ea6d6addc9bc78a174fc667d4f41f5f62ffdd8ae
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-06-07 01:03:01 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-06-07 18:59:02 +0000
pf.conf.5: remove 'set limit tables'
We've never supported this (or at least not since 2012) limit. Remove it from
the man page.
Event: Kitchener-Waterloo Hackathon 202406
---
share/man/man5/pf.conf.5 | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 9803d96bc5d9..da55f00293bb 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -27,7 +27,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 6, 2023
+.Dd June 6, 2024
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -419,13 +419,10 @@ and
options) to 2000.
Using
.Bd -literal -offset indent
-set limit tables 1000
set limit table-entries 100000
.Ed
.Pp
-sets limits on the memory pools used by tables.
-The first limits the number of tables that can exist to 1000.
-The second limits the overall number of addresses that can be stored
+sets the limit on the overall number of addresses that can be stored
in tables to 100000.
.Pp
Various limits can be combined on a single line: