mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 09:53:08 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -440,7 +440,7 @@ ipsec_if_input(struct mbuf *m, struct secasvar *sav, uint32_t af)
|
||||
m->m_pkthdr.rcvif = ifp;
|
||||
IPSEC_SC_RUNLOCK();
|
||||
|
||||
/* m_clrprotoflags(m); */
|
||||
m_clrprotoflags(m);
|
||||
M_SETFIB(m, ifp->if_fib);
|
||||
BPF_MTAP2(ifp, &af, sizeof(af), m);
|
||||
if_inc_counter(ifp, IFCOUNTER_IPACKETS, 1);
|
||||
|
Reference in New Issue
Block a user