net/haproxy: preserve sort order of default SSL bind options

This commit is contained in:
Frank Wall
2020-10-23 22:37:36 +02:00
parent be4dde9ec5
commit fc8df54f5e
2 changed files with 2 additions and 0 deletions
@@ -91,6 +91,7 @@
<type>select_multiple</type>
<style>tokenize</style>
<allownew>true</allownew>
<sortable>true</sortable>
<help><![CDATA[Used to enforce or disable certain SSL options.]]></help>
</field>
<field>
@@ -130,6 +130,7 @@
<ssl_bindOptions type="OptionField">
<Required>N</Required>
<default>no-sslv3,no-tlsv10,no-tls-tickets</default>
<Sorted>Y</Sorted>
<Multiple>Y</Multiple>
<OptionValues>
<no-sslv3>no-sslv3</no-sslv3>