[Bug 222126] pf is not clearing expired states
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 7 21:35:03 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222126
--- Comment #8 from noah.bergbauer at tum.de ---
The workaround I'm using now is:
echo "set timeout interval 2" | pfctl -mf - && echo "set timeout interval 1" |
pfctl -mf -
Every hour in crontab.
It causes the purge thread to wake up
(https://github.com/freebsd/freebsd/blob/e0bfaddbc2f6dac2c494ca1fa0566cd4e2ee0659/sys/netpfil/pf/pf_ioctl.c#L1924)
and from there it works fine for a while (very random, last time it was just a
few seconds but now it's 20 minutes and still going).
So this means that it's apparently just not waking up for some reason.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list