mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
(ipfw) fix queue rule..
This commit is contained in:
parent
da45bd68c2
commit
44f7060259
@ -44,7 +44,9 @@ pipe {{ pipe.number }} config bw {{ pipe.bandwidth }}{{ pipe.bandwidthMetric }}/
|
||||
#======================================================================================
|
||||
{% 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 }}
|
||||
{% if helpers.getUUIDtag(queue.pipe) in ['pipe'] %}
|
||||
queue {{ queue.number }} config pipe {{ helpers.getUUID(queue.pipe).number }} weight {{ queue.weight }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user