CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/02 06:46:42
Modified files:
sys/netinet : ipsec_input.c
Log message:
ipsec_common_input_cb() extracted the inner IP header of IPsec
tunnels. It is never used, so this is useless code. Remove ipn
and ip6n IP header variables and the m_copydata() to fill them.
OK mvs@ kn@ sthen@
