mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: fix option and help text
This commit is contained in:
parent
d060107a49
commit
7f8bcab242
2 changed files with 3 additions and 3 deletions
|
|
@ -216,7 +216,7 @@
|
|||
<id>frontend.stickiness_pattern</id>
|
||||
<label>Table type</label>
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Choose the type of data that should be stored in this stick-table. Note that this stickiness table cannot be used for session persistence, it is only used to store additional per-connection data (select below). See the <a target="_blank" href="http://cbonte.github.io/haproxy-dconv/configuration-1.7.html#stick-table">HAProxy documentation</a> for further information.]]></help>
|
||||
<help><![CDATA[Choose the type of data that should be stored in this stick-table. Note that this stick-table cannot be used for session persistence, it is only used to store additional per-connection data (select below). See the <a target="_blank" href="http://cbonte.github.io/haproxy-dconv/configuration-1.7.html#stick-table">HAProxy documentation</a> for further information.]]></help>
|
||||
<hint>Choose a stick-table type.</hint>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -417,8 +417,8 @@
|
|||
<ipv4>only store IPv4 addresses [default]</ipv4>
|
||||
<ipv6>only store IPv6 addresses</ipv6>
|
||||
<integer>store 32bit integers</integer>
|
||||
<string>store substrings (max. 32 characters)</string>
|
||||
<binary>store binary blocks (max. 32 characters)</binary>
|
||||
<string>store substrings</string>
|
||||
<binary>store binary blocks</binary>
|
||||
</OptionValues>
|
||||
</stickiness_pattern>
|
||||
<stickiness_dataTypes type="OptionField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue