pf: Fix deprecation warnings
This commit is contained in:
parent
f65e12037d
commit
0cda29bd26
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pass in quick proto icmp6
|
|||
{% endif %}
|
||||
{% for rule in firewall_in %}
|
||||
{% if rule.from is defined %}
|
||||
{% for from in rule.from | ipaddr %}
|
||||
{% for from in rule.from | ansible.utils.ipaddr %}
|
||||
pass in quick proto {{ rule.proto }} from {{ from }} to port {{ rule.port }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue