Page MenuHomeFreeBSD

Enable IPSEC_SUPPORT.
AbandonedPublic

Authored by delphij on Aug 1 2017, 3:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 28 2024, 7:02 PM
Unknown Object (File)
Dec 21 2023, 11:35 PM
Unknown Object (File)
Dec 20 2023, 4:01 AM
Unknown Object (File)
Oct 18 2023, 6:12 AM
Unknown Object (File)
Sep 5 2023, 8:19 PM
Unknown Object (File)
Jul 2 2023, 8:26 PM
Unknown Object (File)
Jun 25 2023, 5:25 AM
Unknown Object (File)
May 22 2023, 9:27 AM

Details

Summary

Enable IPSEC_SUPPORT.

Test Plan

build and load tcpmd5.ko

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

What it we replace IPSEC with IPSEC_SUPPORT?
Then the profit will have those

  • who doesn't use IPsec will not rebuild the kernel to avoid overhead
  • who want to use IPsec, they can do kldload ipsec
  • who want to use TCP-MD5, they can do kldload tcpmd5
This revision is now accepted and ready to land.Aug 9 2017, 3:04 PM
glebius requested changes to this revision.Aug 9 2017, 4:54 PM

Sorry for clicking wrong button. I'm seconding ae@: IPSEC_SUPPORT should remain, but IPSEC should be removed. The ipsec.ko and tcpmd5.ko should be loadable, not statically compiled in.

This revision now requires changes to proceed.Aug 9 2017, 4:54 PM

I'm seconding ae@: IPSEC_SUPPORT should remain, but IPSEC should be removed. The ipsec.ko and tcpmd5.ko should be loadable, not statically compiled in.

I'd be fine with both variants.

This revision was automatically updated to reflect the committed changes.
jpaetzel added a subscriber: jpaetzel.

I reverted this commit. We need more consensus before continuing.

Can this be closed? ipsec got removed in D20163