CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/24 11:08:27
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.h
ipsec_input.c
Log message:
There are more m_pullup() in IPsec input. Pass down the pointer
to the mbuf to update it globally. At the end it will reach
ip_deliver() which expects a pointer to an mbuf.
OK sashan@
