https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213896
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Kristof Provost <[email protected]> --- I've posted a proposed patch in https://reviews.freebsd.org/D11782 The panic in the last comment happens because ifp->if_bpf is NULL, which happens due to a race in bpf_if cleanup (as described in the patch). With this patch the script in Comment #10 no longer panics. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
