[Bug 222126] pf is not clearing expired states
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 7 19:27:15 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222126
--- Comment #4 from noah.bergbauer at tum.de ---
I just realized that because pf is compiled into the kernel, the dtrace probes
need to be fbt:kernel:* instead of fbt:pf:* . With that, it starts up:
dtrace: script './pf.dtrace' matched 8 probes
And then just sits there with no output.
As states were filling up again, I removed the "set timeout interval 1" from
the config and re-added it. This again cleared out the dead states and dtrace
started printing things for a few seconds, but now it's silent again.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list