[Bug 222126] pf is not clearing expired states
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 2 06:10:32 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222126
--- Comment #33 from hlh at restart.be ---
(In reply to Kristof Provost from comment #32)
Here is the dtrace script used:
#!/usr/sbin/dtrace -s
fbt:kernel:pf_purge_expired_states:entry
{
}
fbt:kernel:pf_purge_expired_states:return
{
}
fbt:kernel:pf_purge_expired_fragments:entry
{
}
fbt:kernel:pf_purge_thread:entry
{
}
I'm doing the changes you ask.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pf
mailing list