]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC/MINOR: move uuid in the configuration to the right alphabetical order
authorAlexandar Lazic <al-haproxy@none.at>
Mon, 31 May 2021 22:27:01 +0000 (00:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Jun 2021 09:57:18 +0000 (11:57 +0200)
This patch can be backported up to 2.1 where the uuid fetch was
introduced

doc/configuration.txt

index 11c38945c29d2d28c9afb13afed60b30a97069cb..6b7cc2666822b05a20a3c57be660873bea438b58 100644 (file)
@@ -17433,11 +17433,6 @@ rand([<range>]) : integer
   needed to take some routing decisions for example, or just for debugging
   purposes. This random must not be used for security purposes.
 
-uuid([<version>]) : string
-  Returns a UUID following the RFC4122 standard. If the version is not
-  specified, a UUID version 4 (fully random) is returned.
-  Currently, only version 4 is supported.
-
 srv_conn([<backend>/]<server>) : integer
   Returns an integer value corresponding to the number of currently established
   connections on the designated server, possibly including the connection being
@@ -17528,6 +17523,11 @@ thread : integer
   the function, between 0 and (global.nbthread-1). This is useful for logging
   and debugging purposes.
 
+uuid([<version>]) : string
+  Returns a UUID following the RFC4122 standard. If the version is not
+  specified, a UUID version 4 (fully random) is returned.
+  Currently, only version 4 is supported.
+
 var(<var-name>) : undefined
   Returns a variable with the stored type. If the variable is not set, the
   sample fetch fails. The name of the variable starts with an indication