mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
databases/redis: wow, fix this stupid bug
PR: https://www.reddit.com/r/opnsense/comments/1ozm5pc/cant_start_redis_on_opnsense_2577_4_track66379/
This commit is contained in:
@@ -55,11 +55,7 @@
|
||||
{% if helpers.exists('virtualip') %}
|
||||
{% for intf_item in helpers.toList('virtualip.vip') %}
|
||||
{% if intf_item.interface == listen_interface and intf_item.mode in ['carp', 'ipalias'] %}
|
||||
{% if intf_item.subnet.find(':') > -1 %}
|
||||
{% do listen_ip.append(interface_ip) %}
|
||||
{% else %}
|
||||
{% do listen_ip.append(interface_ip) %}
|
||||
{% endif %}
|
||||
{% do listen_ip.append(intf_item.subnet) %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user