X Tutup
Skip to content

Commit 000500c

Browse files
committed
sysctl: prefix ping port range setting with a dash
Fixes: systemd#13177
1 parent 0338934 commit 000500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysctl.d/50-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ net.ipv4.conf.all.promote_secondaries = 1
3636
# #define GID_T_MAX (((gid_t)~0U) >> 1)
3737
# That's not so bad because values between 2^31 and 2^32-1 are reserved on
3838
# systemd-based systems anyway: https://systemd.io/UIDS-GIDS.html#summary
39-
net.ipv4.ping_group_range = 0 2147483647
39+
-net.ipv4.ping_group_range = 0 2147483647
4040

4141
# Fair Queue CoDel packet scheduler to fight bufferbloat
4242
net.core.default_qdisc = fq_codel

0 commit comments

Comments
 (0)
X Tutup