mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
linux/common-config: don't set IP_DCCP_CCID3 from 6.16 onwards
(cherry picked from commit 8ab5a599a0)
This commit is contained in:
committed by
github-actions[bot]
parent
3939f5f357
commit
0fe28ba7bd
@@ -263,7 +263,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;
|
||||
|
||||
Reference in New Issue
Block a user