linux: Enable IPsec support

This commit is contained in:
Mikael Voss 2024-09-01 21:15:03 +02:00
parent 78659eeb19
commit 4029062f6b
No known key found for this signature in database

View file

@ -451,6 +451,9 @@
XDP_SOCKETS_DIAG = true; XDP_SOCKETS_DIAG = true;
INET = true; INET = true;
SYN_COOKIES = true; SYN_COOKIES = true;
INET_AH = true;
INET_ESP = true;
INET_DIAG = true; INET_DIAG = true;
INET_UDP_DIAG = true; INET_UDP_DIAG = true;
INET_RAW_DIAG = true; INET_RAW_DIAG = true;
@ -464,6 +467,8 @@
DEFAULT_BBR = true; DEFAULT_BBR = true;
IPV6 = true; IPV6 = true;
INET6_AH = true;
INET6_ESP = true;
NETFILTER = true; NETFILTER = true;
NETFILTER_ADVANCED = true; NETFILTER_ADVANCED = true;