qosify: add class specific bulk flow detection example to voice class
[openwrt/openwrt.git] / package / network / config / qosify / files / qosify.conf
1 config defaults
2 list defaults /etc/qosify/*.conf
3 option dscp_prio CS5
4 option dscp_icmp +CS0
5 option dscp_bulk bulk
6 option dscp_default_udp CS4
7 option bulk_trigger_timeout 5
8 option bulk_trigger_pps 100
9 option prio_max_avg_pkt_len 500
10
11 config class bulk
12 option ingress LE
13 option egress LE
14
15 config class video
16 option ingress AF41
17 option egress AF41
18
19 config class voice
20 option ingress CS6
21 option egress CS6
22 option bulk_trigger_pps 100
23 option bulk_trigger_timeout 5
24 option dscp_bulk CS0
25
26 config interface wan
27 option name wan
28 option disabled 1
29 option bandwidth_up 100mbit
30 option bandwidth_down 100mbit
31 # defaults:
32 option ingress 1
33 option egress 1
34 option mode diffserv4
35 option nat 1
36 option host_isolate 1
37 option autorate_ingress 1
38 option ingress_options ""
39 option egress_options ""
40 option options ""
41
42 config device wandev
43 option disabled 1
44 option name wan
45 option bandwidth 100mbit
46