Re: fib6_lookup() returning deleted struct ifnet

2023-10-26 Thread Kristof Provost
On 26 Oct 2023, at 3:49, Zhenlei Huang wrote: >> On Oct 25, 2023, at 11:27 PM, Kristof Provost wrote: >> The call in tcp_default_output() is in6_selecthlim(int, NULL);, so we don’t >> get an ifp from the caller, but instead perform a route lookup, and try to >> obtain the hop limit through ND_IF

Re: fib6_lookup() returning deleted struct ifnet

2023-10-25 Thread Zhenlei Huang
> On Oct 25, 2023, at 11:27 PM, Kristof Provost wrote: > > Hi, > > Several pfSense users report IPv6-related panics when an interface is deleted. > The relevant bug reports are https://redmine.pfsense.org/issues/14164 > and > https://redmine.pfsense