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

Kristof Provost <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

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

Reply via email to