mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00: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
@ -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 New Issue
Block a user