From fa98c99ea7f7c5bec3962fa52f4d3496a9777024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 19 Feb 2021 19:02:38 +0100 Subject: sysctl.d: silence warning if net.core.default_qdisc cannot be set Kernels can be compiled without the attribute. It's fine if this is not set, so silence the warning. --- sysctl.d/50-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysctl.d') diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf index 5279c17092..f41e24bcbc 100644 --- a/sysctl.d/50-default.conf +++ b/sysctl.d/50-default.conf @@ -45,7 +45,7 @@ net.ipv4.conf.*.promote_secondaries = 1 -net.ipv4.ping_group_range = 0 2147483647 # Fair Queue CoDel packet scheduler to fight bufferbloat -net.core.default_qdisc = fq_codel +-net.core.default_qdisc = fq_codel # Enable hard and soft link protection fs.protected_hardlinks = 1 -- cgit v1.2.1