[PATCH] firewall4: add DSCP Least Effort class

Rui Salvaterra rsalvaterra at gmail.com
Mon Jan 10 01:17:23 PST 2022


In compliance with RFC-8622 [1]. A similar patch was also applied to firewall3.

[1] https://datatracker.ietf.org/doc/html/rfc8622

Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
 root/usr/share/ucode/fw4.uc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/root/usr/share/ucode/fw4.uc b/root/usr/share/ucode/fw4.uc
index b55ad79..8d9a45c 100644
--- a/root/usr/share/ucode/fw4.uc
+++ b/root/usr/share/ucode/fw4.uc
@@ -116,6 +116,7 @@ let dscp_classes = {
 	"CS6": 0x30,
 	"CS7": 0x38,
 	"BE": 0x00,
+	"LE": 0x01,
 	"AF11": 0x0a,
 	"AF12": 0x0c,
 	"AF13": 0x0e,
-- 
2.34.1




More information about the openwrt-devel mailing list