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