summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-28 01:49:36 +0000
committerDamien Miller <djm@mindrot.org>2020-01-28 12:52:46 +1100
commit4594c7627680c4f41c2ad5fe412e55b7cc79b10c (patch)
tree9c20fb694cf042ca73843dbe6a2041d48abe179d /misc.c
parentda22216b5db3613325aa7b639f40dc017e4c6f69 (diff)
upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,
based on patch by veegish AT cyberstorm.mu OpenBSD-Commit-ID: 9902bf4fbb4ea51de2193ac2b1d965bc5d99c425
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 74e01a4c0..3a31d5c18 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.c,v 1.145 2020/01/24 23:54:40 djm Exp $ */ 1/* $OpenBSD: misc.c,v 1.146 2020/01/28 01:49:36 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * Copyright (c) 2005,2006 Damien Miller. All rights reserved. 4 * Copyright (c) 2005,2006 Damien Miller. All rights reserved.
@@ -1559,6 +1559,7 @@ static const struct {
1559 { "cs6", IPTOS_DSCP_CS6 }, 1559 { "cs6", IPTOS_DSCP_CS6 },
1560 { "cs7", IPTOS_DSCP_CS7 }, 1560 { "cs7", IPTOS_DSCP_CS7 },
1561 { "ef", IPTOS_DSCP_EF }, 1561 { "ef", IPTOS_DSCP_EF },
1562 { "le", IPTOS_DSCP_LE },
1562 { "lowdelay", IPTOS_LOWDELAY }, 1563 { "lowdelay", IPTOS_LOWDELAY },
1563 { "throughput", IPTOS_THROUGHPUT }, 1564 { "throughput", IPTOS_THROUGHPUT },
1564 { "reliability", IPTOS_RELIABILITY }, 1565 { "reliability", IPTOS_RELIABILITY },