net/haproxy: bring back tokenizer, refs #2381

(cherry picked from commit c966d83c59)
(cherry picked from commit 1b34c1d80a)
This commit is contained in:
Frank Wall 2018-07-08 23:39:59 +02:00 committed by Franco Fichtner
parent 24ca8c5892
commit 60020d9ae9
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 2.7
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy-devel
PLUGIN_MAINTAINER= opnsense@moov.de

View file

@ -283,6 +283,7 @@
<id>backend.linkedActions</id>
<label>Select Rules</label>
<type>select_multiple</type>
<style>tokenize</style>
<help><![CDATA[Choose rules to be included in this Backend Pool.]]></help>
<hint>Choose rules.</hint>
</field>

View file

@ -328,6 +328,7 @@
<id>frontend.linkedActions</id>
<label>Select Rules</label>
<type>select_multiple</type>
<style>tokenize</style>
<help><![CDATA[Choose rules to be included in this Public Service.]]></help>
<hint>Choose rules.</hint>
</field>