https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254171
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|[email protected] |[email protected] CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- Confimed. That's due to a bit of an unfortunate design choice in swi_remove() which means we have to call intr_event_destroy() ourselves (and track the intr_event...). It also affects pfsync, but both are fairly straightforward to fix. See https://reviews.freebsd.org/D29211 -- 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]"
