mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 18:05:20 +08:00
qosify: add default alias sections
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
50d33fcf7d
commit
bdaacdc2fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user