%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /backups/router/usr/local/opnsense/service/templates/OPNsense/IPFW/
Upload File :
Create Path :
Current File : //backups/router/usr/local/opnsense/service/templates/OPNsense/IPFW/ipfw_rule_tables.conf

{% if helpers.exists('OPNsense.TrafficShaper.rules.rule') %}
{%     for rule in helpers.toList('OPNsense.TrafficShaper.rules.rule', 'sequence', 'int') %}
{%         if rule.source.find(',') > -1 %}
[rule_{{loop.index}}_source]
table_name=__rule__{{ rule['@uuid'] }}__source
table_content={{rule.source}}
{%         endif %}
{%         if rule.destination.find(',') > -1 %}
[rule_{{loop.index}}_destination]
table_name=__rule__{{ rule['@uuid'] }}__destination
table_content={{rule.destination}}
{%         endif %}
{%     endfor %}
{% endif %}

Zerion Mini Shell 1.0