mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
Fix connectionBehaviour in tcp mode
This commit is contained in:
parent
90e7224ece
commit
75bcb3778d
1 changed files with 2 additions and 0 deletions
|
|
@ -562,7 +562,9 @@ frontend {{frontend.name}}
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
mode {{frontend.mode}}
|
||||
{% if frontend.mode != "tcp" %}
|
||||
option {{frontend.connectionBehaviour}}
|
||||
{% endif %}
|
||||
{# # select backend #}
|
||||
{% if frontend.defaultBackend|default("") != "" %}
|
||||
{% set backend_data = helpers.getUUID(frontend.defaultBackend) %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue