mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(trafficshaper) add mask tag to ipfw template
This commit is contained in:
parent
5d8b97e2b8
commit
9f86d730fd
@ -31,7 +31,8 @@ flush
|
||||
{% for pipe in OPNsense.TrafficShaper.pipes.pipe %}
|
||||
pipe {{ pipe.number }} config bw {{ pipe.bandwidth }}{{ pipe.bandwidthMetric }}/s {%
|
||||
if pipe.queue %} queue {{ pipe.queue }} {%
|
||||
if pipe.queueMetric != 'slots' %} {{pipe.queueMetric}} {% endif %} {% endif %}
|
||||
if pipe.queueMetric != 'slots' %} {{pipe.queueMetric}} {% endif %} {% endif
|
||||
%} {% if pipe.mask != 'none' %} mask {{ pipe.mask }} 0xffffffff {% endif %}
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user