linux: Enable IPv6 support for IPVS (CONFIG_IP_VS_IPV6)
This commit is contained in:
parent
3b58c7206b
commit
643de9b82c
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ let
|
|||
IP_VS_PROTO_UDP = yes;
|
||||
IP_VS_PROTO_ESP = yes;
|
||||
IP_VS_PROTO_AH = yes;
|
||||
IP_VS_IPV6 = yes;
|
||||
IP_DCCP_CCID3 = no; # experimental
|
||||
CLS_U32_PERF = yes;
|
||||
CLS_U32_MARK = yes;
|
||||
|
|
Loading…
Reference in a new issue