[Bug 238870] sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause panic

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 29 15:28:51 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238870

--- Comment #16 from Kristof Provost <kp at freebsd.org> ---
(Adding what was already discussed on IRC)
The above patch (or an alternative version where the ifnet is if_ref()ed before
the NET_EPOCH_EXIT()) does not fix the problem.

My current understanding is that this is because an ifp_detach() of an epair
will remove two interfaces, which can mean we're deleting one while it's being
moved to a different vnet.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list