mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
(ipfw) add queue definitions to ipfw ruleset
This commit is contained in:
parent
8a6437dfb0
commit
da45bd68c2
@ -39,6 +39,16 @@ pipe {{ pipe.number }} config bw {{ pipe.bandwidth }}{{ pipe.bandwidthMetric }}/
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
#======================================================================================
|
||||
# define dummynet queues
|
||||
#======================================================================================
|
||||
{% if helpers.exists('OPNsense.TrafficShaper.queues.queue') %}
|
||||
{% for queue in helpers.toList('OPNsense.TrafficShaper.queues.queue') %}
|
||||
queue {{ queue.number }} config pipe {{ queue.pipe }} weight {{ queue.weight }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
#======================================================================================
|
||||
# general purpose rules 1...1000
|
||||
#======================================================================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user