mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
core changes - refactor intf_item.type usage as referred to in https://github.com/opnsense/core/issues/6181
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
{% endif %}
|
||||
{% if helpers.exists('virtualip') %}
|
||||
{% for intf_item in helpers.toList('virtualip.vip') %}
|
||||
{% if intf_item.interface == listen_interface and intf_item.type == 'single' %}
|
||||
{% 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 %}
|
||||
|
||||
Reference in New Issue
Block a user