68961a555e42 ubus: drop dnsmasq check for dns_result method 1ca3e26b8169 bpf: refactor code to support explicit opt-in for bulk+prio detection 3f0acf039f41 bpf: move flow prio/bulk detection config into a separate data structure bc54c97e3333 map, bpf: create a separate map for configured dscp classes 46cf3eae2d99 bpf: fix bulk flow detaction 88f1db7dd611 bpf: fix priority flow detection b5dec7874373 bpf: remove access to skb->gso_size e728a319a9a5 interface: unify status, always include ifname, ingress, egress Signed-off-by: Felix Fietkau <nbd@nbd.name>
44 lines
826 B
Plaintext
44 lines
826 B
Plaintext
config defaults
|
|
list defaults /etc/qosify/*.conf
|
|
option dscp_prio CS5
|
|
option dscp_icmp +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 class bulk
|
|
option ingress LE
|
|
option egress LE
|
|
|
|
config class video
|
|
option ingress AF41
|
|
option egress AF41
|
|
|
|
config class voice
|
|
option ingress CS6
|
|
option egress CS6
|
|
|
|
config interface wan
|
|
option name wan
|
|
option disabled 1
|
|
option bandwidth_up 100mbit
|
|
option bandwidth_down 100mbit
|
|
# defaults:
|
|
option ingress 1
|
|
option egress 1
|
|
option mode diffserv4
|
|
option nat 1
|
|
option host_isolate 1
|
|
option autorate_ingress 1
|
|
option ingress_options ""
|
|
option egress_options ""
|
|
option options ""
|
|
|
|
config device wandev
|
|
option disabled 1
|
|
option name wan
|
|
option bandwidth 100mbit
|
|
|