Module Name: src Committed By: maxv Date: Thu Feb 15 10:28:50 UTC 2018
Modified Files:
src/sys/netipsec: xform_ipip.c
Log Message:
Fix the IPIP_STAT_IBYTES stats; we did m_adj(m, iphlen) which substracted
iphlen, so no need to re-substract it again.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/netipsec/xform_ipip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
