]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Deprecate support for IPv4 type-of-service (TOS) IPQoS
authorjob@openbsd.org <job@openbsd.org>
Thu, 31 Jul 2025 11:23:39 +0000 (11:23 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 5 Aug 2025 04:04:26 +0000 (14:04 +1000)
commitec3465f59c651405e395092f3ad606f8992328d8
tree726aaaec5dfe3209e46988b27e2ba5067e7689dc
parent65909fa114e7dd7511800db2b7bacb8774afe887
upstream: Deprecate support for IPv4 type-of-service (TOS) IPQoS

keywords

Type of Service (ToS) was deprecated in the late nineties and replaced
with the Differentiated Services architecture. Diffserv has significant
advantages for operators because this mechanism offers more granularity.

OpenSSH switched its default IPQoS from ToS to DSCP values in 2018.

IPQoS configurations with 'lowdelay', 'reliability', or 'throughput' will be
ignored and instead the system default QoS settings apply. Additionally, a
debug message is logged about the deprecation with a suggestion to use DSCP.

with/OK deraadt@ sthen@ djm@

OpenBSD-Commit-ID: 40c8c0c5cb20151a348728703536af2ec1c754ba
misc.c
readconf.c
readconf.h
servconf.c
ssh_config.5
sshd_config.5