diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-05-17 19:04:28 +0200 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-05-17 19:04:28 +0200 | 
| commit | 23118d7b4e1c52a38154ef109b974bde3b2737a2 (patch) | |
| tree | 54196e3135cb11fc411558a26d409f62c636b84b | |
| parent | d1edf68508233cc5dcd818a46ef0cd5cd308e222 (diff) | |
| download | vyos-1x-23118d7b4e1c52a38154ef109b974bde3b2737a2.tar.gz vyos-1x-23118d7b4e1c52a38154ef109b974bde3b2737a2.zip  | |
reverse-proxy: T5222: improve help strings
| -rw-r--r-- | interface-definitions/load-balancing-haproxy.xml.in | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/load-balancing-haproxy.xml.in b/interface-definitions/load-balancing-haproxy.xml.in index 57b02aa95..f0c0ee8ce 100644 --- a/interface-definitions/load-balancing-haproxy.xml.in +++ b/interface-definitions/load-balancing-haproxy.xml.in @@ -9,7 +9,7 @@          <children>            <tagNode name="server">              <properties> -              <help>Frontend name</help> +              <help>Frontend server name</help>                <constraint>                  #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>                </constraint> @@ -25,7 +25,7 @@                    <constraintErrorMessage>Backend name must be alphanumeric and can contain hyphen and underscores</constraintErrorMessage>                    <valueHelp>                      <format>txt</format> -                    <description>Backend name</description> +                    <description>Name of reverse-proxy backend system</description>                    </valueHelp>                    <completionHelp>                      <path>load-balancing reverse-proxy backend</path> @@ -56,7 +56,7 @@            </tagNode>            <tagNode name="backend">              <properties> -              <help>Backend name</help> +              <help>Backend server name</help>                <constraint>                  #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>                </constraint> @@ -168,7 +168,7 @@                  <children>                    <leafNode name="ssl-bind-ciphers">                      <properties> -                      <help>SSL default bind ciphers</help> +                      <help>Cipher algorithms ("cipher suite") used during SSL/TLS handshake for all frontend servers</help>                        <completionHelp>                          <list>ecdhe-ecdsa-aes128-gcm-sha256 ecdhe-rsa-aes128-gcm-sha256 ecdhe-ecdsa-aes256-gcm-sha384 ecdhe-rsa-aes256-gcm-sha384 ecdhe-ecdsa-chacha20-poly1305 ecdhe-rsa-chacha20-poly1305 dhe-rsa-aes128-gcm-sha256 dhe-rsa-aes256-gcm-sha384</list>                        </completionHelp>  | 
