diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-01-28 01:49:36 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-01-28 12:52:46 +1100 |
commit | 4594c7627680c4f41c2ad5fe412e55b7cc79b10c (patch) | |
tree | 9c20fb694cf042ca73843dbe6a2041d48abe179d /misc.c | |
parent | da22216b5db3613325aa7b639f40dc017e4c6f69 (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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.145 2020/01/24 23:54:40 djm Exp $ */ +/* $OpenBSD: misc.c,v 1.146 2020/01/28 01:49:36 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2005,2006 Damien Miller. All rights reserved. @@ -1559,6 +1559,7 @@ static const struct { { "cs6", IPTOS_DSCP_CS6 }, { "cs7", IPTOS_DSCP_CS7 }, { "ef", IPTOS_DSCP_EF }, + { "le", IPTOS_DSCP_LE }, { "lowdelay", IPTOS_LOWDELAY }, { "throughput", IPTOS_THROUGHPUT }, { "reliability", IPTOS_RELIABILITY }, |