mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
It seems that with overhead 42 on FTTH + VLAN with PPPoE it works better with 42 than 44 (with 900mbit/s bandwidth)
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
config defaults
|
|
list defaults /etc/qosify/*.conf
|
|
option dscp_prio video
|
|
option dscp_icmp +besteffort
|
|
option dscp_default_udp besteffort
|
|
option prio_max_avg_pkt_len 500
|
|
|
|
config class besteffort
|
|
option ingress CS0
|
|
option egress CS0
|
|
|
|
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
|
|
option bulk_trigger_pps 100
|
|
option bulk_trigger_timeout 5
|
|
option dscp_bulk CS0
|
|
|
|
config interface 'wan'
|
|
option name 'wan'
|
|
option disabled '0'
|
|
option bandwidth_up '820mbit'
|
|
option bandwidth_down '820mbit'
|
|
####
|
|
option overhead_type manual
|
|
option overhead 42
|
|
option overhead_mpu 84
|
|
####
|
|
## https://forum.openwrt.org/t/qosify-new-package-for-dscp-marking-cake/111789/135
|
|
# option overhead_type manual
|
|
# option overhead_vlan 1
|
|
# option overhead 44
|
|
####
|
|
option mode 'diffserv4'
|
|
option nat '1'
|
|
option host_isolate '1'
|
|
option autorate_ingress '0'
|
|
option ingress_options ''
|
|
option egress_options ''
|
|
|
|
config device 'wandev'
|
|
option disabled '0'
|
|
option name 'br-wan.35'
|
|
option bandwidth '820mbit'
|