On Wed, Jan 08, 2020 at 09:06:50AM +0100, Claudio Jeker wrote: > In loop_clone_destroy() the routing table is reset too early. The issue is > that if_detach does all the route cleanup and so the rdomain should not be > changed until if_detach() finished. > > My previoous diff (fixing the rtlabel confusion) adds a KASSERT() in > rt_ifa_del() which triggers because of this. OK kn
- correctly detach rdomain in lo(4) destroy Claudio Jeker
- Re: correctly detach rdomain in lo(4) destroy Klemens Nanni
