pf: Fix indentation from pf.conf
This commit is contained in:
parent
6d63bda3ff
commit
8d1fed8695
1 changed files with 5 additions and 5 deletions
|
@ -12,11 +12,11 @@ pass in quick proto icmp6
|
|||
{{ rule }}
|
||||
{% endfor %}
|
||||
{% for rule in firewall_in %}
|
||||
{% if rule.from is defined %}
|
||||
{% for from in rule.from | ipaddr %}
|
||||
{% if rule.from is defined %}
|
||||
{% for from in rule.from | ipaddr %}
|
||||
pass in quick proto {{ rule.proto }} from {{ from }} to port {{ rule.port }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
pass in quick proto {{ rule.proto }} to port {{ rule.port }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue