linux: Enable IPsec support
This commit is contained in:
parent
78659eeb19
commit
4029062f6b
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue