[Bug 232524] Bug in pf or pfctl.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 22 16:05:31 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232524

Kristof Provost <kp at freebsd.org> changed:

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

--- Comment #1 from Kristof Provost <kp at 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.

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


More information about the freebsd-bugs mailing list