summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2021-11-03 16:58:42 +0000
committerFelix Fietkau2021-11-03 16:58:42 +0000
commit91ce2e77d30217ee8a159e2985a9f06519555088 (patch)
tree025bf34778659ad475e574eedfce84d20716f5b8
parent3ed8c3eb1a3b52d8ed0ec8588c30b82adec85247 (diff)
downloadqosify-91ce2e77d30217ee8a159e2985a9f06519555088.tar.gz
map: introduce low effort codepoint from RFC8622
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/map.c b/map.c
index 41db52d..05518f5 100644
--- a/map.c
+++ b/map.c
@@ -67,6 +67,7 @@ static const struct {
{ "AF43", 38 },
{ "EF", 46 },
{ "VA", 44 },
+ { "LE", 1 },
};
static void qosify_map_timer_cb(struct uloop_timeout *t)