https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222126
--- Comment #8 from [email protected] --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
