qosify.conf 932 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. config class besteffort
  8. option ingress CS0
  9. option egress CS0
  10. config class bulk
  11. option ingress LE
  12. option egress LE
  13. config class video
  14. option ingress AF41
  15. option egress AF41
  16. config class voice
  17. option ingress CS6
  18. option egress CS6
  19. option bulk_trigger_pps 100
  20. option bulk_trigger_timeout 5
  21. option dscp_bulk CS0
  22. config interface wan
  23. option name wan
  24. option disabled 1
  25. option bandwidth_up 100mbit
  26. option bandwidth_down 100mbit
  27. option overhead_type none
  28. # defaults:
  29. option ingress 1
  30. option egress 1
  31. option mode diffserv4
  32. option nat 1
  33. option host_isolate 1
  34. option autorate_ingress 0
  35. option ingress_options ""
  36. option egress_options ""
  37. option options ""
  38. config device wandev
  39. option disabled 1
  40. option name wan
  41. option bandwidth 100mbit