CVSROOT: /cvs Module name: src Changes by: sas...@cvs.openbsd.org 2016/01/07 15:23:14
Modified files: sys/net : pf.c pfvar.h sys/kern : uipc_mbuf.c sys/sys : mbuf.h Log message: - retrying to commit earlier change, which got backed out - yet another tiny step towards MP PF. This time we need to make sure statekey attached to packet stays around, while accepted packet is routed through IP stack. this time I'm also bringing fix contributed by Stefan Kempf. Stefan's fix makes sure we grab reference in m_dup_pkthdr() OK bluhm@