linux: Enable CONFIG_NET_DROP_MONITOR
by default.
Needed for subscribing to dropped packets (e.g. via `dropwatch`).
This commit is contained in:
parent
df012cc3c4
commit
f16ae2da3e
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ let
|
||||||
NF_TABLES_BRIDGE = mkMerge [ (whenBetween "4.19" "5.3" yes)
|
NF_TABLES_BRIDGE = mkMerge [ (whenBetween "4.19" "5.3" yes)
|
||||||
(whenAtLeast "5.3" module) ];
|
(whenAtLeast "5.3" module) ];
|
||||||
|
|
||||||
|
# needed for `dropwatch`
|
||||||
|
# Builtin-only since https://github.com/torvalds/linux/commit/f4b6bcc7002f0e3a3428bac33cf1945abff95450
|
||||||
|
NET_DROP_MONITOR = yes;
|
||||||
|
|
||||||
# needed for ss
|
# needed for ss
|
||||||
INET_DIAG = yes;
|
INET_DIAG = yes;
|
||||||
INET_TCP_DIAG = module;
|
INET_TCP_DIAG = module;
|
||||||
|
|
Loading…
Reference in a new issue