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