linux: Enable IPv6 support for IPVS (CONFIG_IP_VS_IPV6)

This commit is contained in:
dsx 2019-06-08 04:23:48 -04:00 committed by Franz Pletz
parent 3b58c7206b
commit 643de9b82c

View file

@ -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;