Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created April 27, 2018 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/c32a60d5e65e0f3be4b45211e8975738 to your computer and use it in GitHub Desktop.
Save cleverca22/c32a60d5e65e0f3be4b45211e8975738 to your computer and use it in GitHub Desktop.
#linux_4_4 = pkgs.linux_4_4.override {
#extraConfig = ''
#SCHEDSTATS y
#LATENCYTOP y
#'';
#};
XXXlinux_4_9 = pkgs.linux_4_9.override {
extraConfig = ''
NF_CT_PROTO_DCCP n
NF_NAT_PROTO_DCCP n
NETFILTER_XT_MATCH_DCCP n
IP_DCCP n
INET_DCCP_DIAG n
NET_DCCPPROBE n
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment