| Summary: | Bug in pf or pfctl. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Dmitry <4diman> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Not A Bug | ||
| Severity: | Affects Some People | CC: | kp |
| Priority: | --- | ||
| Version: | 11.2-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Dmitry
2018-10-22 10:26:04 UTC
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. |