Module Name: src Committed By: ozaki-r Date: Tue May 23 04:26:08 UTC 2017
Modified Files: src/sys/netipsec: ipsec.c key.c Log Message: Disable secspacq stuffs that are now unused The stuffs are used only if sp->policy == IPSEC_POLICY_IPSEC && sp->req == NULL (see ipsec{4,6}_checkpolicy). However, in the current implementation, sp->req never be NULL (except for the moments of SP allocation and deallocation) if sp->policy is IPSEC_POLICY_IPSEC. It seems that the facility was partially implemented in the KAME era and wasn't completed. Make it clear that the facility is unused for now by #ifdef notyet. Eventually we should complete the implementation or remove it entirely. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.138 -r1.139 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.