Loading pkgs/os-specific/linux/kernel/common-config.nix +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ let IP_VS_PROTO_ESP = yes; IP_VS_PROTO_AH = yes; IP_VS_IPV6 = yes; IP_DCCP_CCID3 = no; # experimental IP_DCCP_CCID3 = whenOlder "6.16" no; # experimental CLS_U32_PERF = yes; CLS_U32_MARK = yes; BPF_JIT = whenPlatformHasEBPFJit yes; Loading Loading
pkgs/os-specific/linux/kernel/common-config.nix +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ let IP_VS_PROTO_ESP = yes; IP_VS_PROTO_AH = yes; IP_VS_IPV6 = yes; IP_DCCP_CCID3 = no; # experimental IP_DCCP_CCID3 = whenOlder "6.16" no; # experimental CLS_U32_PERF = yes; CLS_U32_MARK = yes; BPF_JIT = whenPlatformHasEBPFJit yes; Loading