Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Sep 2017 21:35:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 222126] pf is not clearing expired states
Message-ID:  <bug-222126-8-bW2silNkiv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222126-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222126-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222126

--- Comment #8 from noah.bergbauer@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/e0bfaddbc2f6dac2c494ca1fa0566cd4e2=
ee0659/sys/netpfil/pf/pf_ioctl.c#L1924)
and from there it works fine for a while (very random, last time it was jus=
t 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222126-8-bW2silNkiv>