CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/04/07 08:28:16
Modified files: sys/net : pf.c Log message: Instead of panicking if an mbuf(9) already has a statekey dump its content and unlink the statekey. This should allow us to find the reminding corner cases of packets looped back in the stack. ok dlg@