mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable KERN_TLS by default in ARM64 GENERIC
Sponsored-by: Ampere Computing Submitted-by: Klara, Inc.
This commit is contained in:
parent
4f9548640d
commit
f9322ff6ef
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ options TCP_OFFLOAD # TCP offload
|
|||
options TCP_HHOOK # hhook(9) framework for TCP
|
||||
options TCP_RFC7413 # TCP Fast Open
|
||||
options SCTP_SUPPORT # Allow kldload of SCTP
|
||||
options KERN_TLS # TLS transmit & receive offload
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
|
|
|
|||
Loading…
Reference in a new issue