Module Name: src Committed By: maxv Date: Mon May 7 09:08:06 UTC 2018
Modified Files: src/sys/netipsec: xform.h xform_ipip.c Log Message: Clarify IPIP: ipe4_xformsw is not allowed to call ipip_output, so replace the pointer by ipe4_output, which just panics. Group the ipe4_* functions together. Localify other functions. ok ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/netipsec/xform.h cvs rdiff -u -r1.70 -r1.71 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.