mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
IPSEC_OFFLOAD: add the option to GENERIC on amd64 and arm64
Sponsored by: NVIDIA networking
This commit is contained in:
parent
e6e2c0a5ef
commit
7a296a86d1
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ options VIMAGE # Subsystem virtualization, e.g. VNET
|
|||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
|
||||
options IPSEC_OFFLOAD # Inline ipsec offload infra
|
||||
options ROUTE_MPATH # Multipath routing support
|
||||
options FIB_ALGO # Modular fib lookups
|
||||
options TCP_OFFLOAD # TCP offload
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ options INET # InterNETworking
|
|||
options INET6 # IPv6 communications protocols
|
||||
options CC_CUBIC # include CUBIC congestion control
|
||||
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
|
||||
options IPSEC_OFFLOAD # Inline ipsec offload infra
|
||||
options ROUTE_MPATH # Multipath routing support
|
||||
options FIB_ALGO # Modular fib lookups
|
||||
options TCP_OFFLOAD # TCP offload
|
||||
|
|
|
|||
Loading…
Reference in a new issue