On 2015/10/30 06:54, Reyk Floeter wrote: > CVSROOT: /cvs > Module name: src > Changes by: r...@cvs.openbsd.org 2015/10/30 06:54:36 > > Modified files: > sys/kern : uipc_mbuf.c > sys/sys : mbuf.h > sys/net : if_pair.c > > Log message: > Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet. > Start using it in pair(4) to clear state on the receiving interface; > m_resethdr() will also be used in other parts of the stack. > > OK bluhm@ mikeb@ >
Retrospective ok from me as well, would have been earlier but it took me a while to get kernel updated so I could test that vlan priorities (pf 'set prio') were still passed through correctly.