[openwrt/openwrt] qosify: add default alias sections
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 12 14:13:11 PST 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bdaacdc2fcd1761ffd784e4280f6135c20be856d
commit bdaacdc2fcd1761ffd784e4280f6135c20be856d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Nov 12 23:11:37 2021 +0100
qosify: add default alias sections
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/qosify/files/qosify.conf | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/package/network/config/qosify/files/qosify.conf b/package/network/config/qosify/files/qosify.conf
index dba1d1a46d..ade4c396f6 100644
--- a/package/network/config/qosify/files/qosify.conf
+++ b/package/network/config/qosify/files/qosify.conf
@@ -2,12 +2,24 @@ config defaults
list defaults /etc/qosify/*.conf
option dscp_prio CS5
option dscp_icmp CS6
- option dscp_bulk CS0
+ option dscp_bulk bulk
option dscp_default_udp CS4
option bulk_trigger_timeout 5
option bulk_trigger_pps 100
option prio_max_avg_pkt_len 500
+config alias bulk
+ option ingress LE
+ option egress LE
+
+config alias video
+ option ingress AF41
+ option egress AF41
+
+config alias voice
+ option ingress CS6
+ option egress CS6
+
config interface wan
option name wan
option disabled 1
More information about the lede-commits
mailing list