From: phessler@openbsd.org Date: Fri, 5 Dec 2025 17:48:47 +0000 (+0000) Subject: upstream: allow network programs select DSCP_VA for network ToS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f701869185915b9a324dcc23c12d0035251ef93f;p=thirdparty%2Fopenssh-portable.git upstream: allow network programs select DSCP_VA for network ToS OK stsp@ OpenBSD-Commit-ID: 8019fd6e8c522b4b5f291a2c0e3bf2437cc70dc1 --- diff --git a/misc.c b/misc.c index aff5b3fc3..d1369b956 100644 --- a/misc.c +++ b/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.210 2025/12/05 07:43:12 djm Exp $ */ +/* $OpenBSD: misc.c,v 1.211 2025/12/05 17:48:47 phessler Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2005-2020 Damien Miller. All rights reserved. @@ -1950,6 +1950,7 @@ static const struct { { "cs7", IPTOS_DSCP_CS7 }, { "ef", IPTOS_DSCP_EF }, { "le", IPTOS_DSCP_LE }, + { "va", IPTOS_DSCP_VA }, { "lowdelay", INT_MIN }, /* deprecated */ { "throughput", INT_MIN }, /* deprecated */ { "reliability", INT_MIN }, /* deprecated */