Commit da45bd68 authored by Ad Schellevis's avatar Ad Schellevis

(ipfw) add queue definitions to ipfw ruleset

parent 8a6437df
......@@ -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
#======================================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment