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

Kristof Provost <k...@freebsd.org> changed:

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

--- Comment #1 from Kristof Provost <k...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to