From: Zbigniew Jędrzejewski-Szmek Date: Fri, 19 Feb 2021 18:02:38 +0000 (+0100) Subject: sysctl.d: silence warning if net.core.default_qdisc cannot be set X-Git-Tag: v248-rc1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa98c99ea7f7c5bec3962fa52f4d3496a9777024;p=thirdparty%2Fsystemd.git 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. --- diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf index 5279c170920..f41e24bcbc0 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