summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 6131786..2f419a3 100644
--- a/options.c
+++ b/options.c
@@ -146,6 +146,7 @@ static const struct { const char *name; uint8_t dscp; } dscp_classes[] = {
{ "CS6", 0x30 },
{ "CS7", 0x38 },
{ "BE", 0x00 },
+ { "LE", 0x01 },
{ "AF11", 0x0a },
{ "AF12", 0x0c },
{ "AF13", 0x0e },