Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 16:05:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232524] Bug in pf or pfctl.
Message-ID:  <bug-232524-227-z69jqHWoLr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232524-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232524-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232524

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
This isn't a bug. The pf rules optimiser has decided that you've got enough
different addresses with the same rule that it makes sense to put it into a
table.

Try 'pfctl -t __automatic_2f5be306_0 -T show' and you'll see your addresses.

If you don't like this behaviour you can add 'set ruleset-optimization none=
' at
the top  of your pf.conf and it won't do this any more. You probably don't =
want
to do that though, because the table form is almost certainly faster.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232524-227-z69jqHWoLr>