chore: fix name whitelist ipv4 in template

This commit is contained in:
2023-11-19 16:31:12 +00:00
parent a3d4fca10a
commit 2c4208f621

View File

@@ -1,6 +1,6 @@
flush
create {{ whitelist_ip4_name }} hash:net maxelem 65536
{% for white_ip4 in whitelist_ip %}
{% for white_ip4 in whitelist_ip4 %}
add {{ whitelist_ip4_name }} {{ white_ip4 }}
{% endfor %}
create {{ whitelist_ip6_name }} hash:ip family inet6