Merge pull request #69388 from ivan/kernel-inet-diag
kernel/common-config: enable INET_{TCP,UDP,RAW}_DIAG and INET_DIAG_DESTROY
This commit is contained in:
commit
827f8a33f7
@ -151,6 +151,13 @@ let
|
||||
NF_TABLES_ARP = whenAtLeast "4.17" yes;
|
||||
NF_TABLES_IPV6 = whenAtLeast "4.17" yes;
|
||||
NF_TABLES_BRIDGE = whenBetween "4.17" "5.3" yes;
|
||||
|
||||
# needed for ss
|
||||
INET_DIAG = yes;
|
||||
INET_TCP_DIAG = module;
|
||||
INET_UDP_DIAG = module;
|
||||
INET_RAW_DIAG = whenAtLeast "4.14" module;
|
||||
INET_DIAG_DESTROY = whenAtLeast "4.9" yes;
|
||||
};
|
||||
|
||||
wireless = {
|
||||
|
Loading…
Reference in New Issue
Block a user