]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: add missing section hint for "guid" proxy keyword
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 11 Jun 2024 14:52:11 +0000 (16:52 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 11 Jun 2024 15:02:55 +0000 (17:02 +0200)
"guid" proxy keyword added in da754b45 ("MINOR: proxy: implement GUID
support") was lacking the section hint in the keyword description, let's
fix that.

It could be backported in 3.0 with da754b45.

doc/configuration.txt

index b98056550c29f3326f182e4f0ccd35ca0a4bcdd3..a3195d161cb42b41914e33765f43bd665970a4e0 100644 (file)
@@ -6953,11 +6953,16 @@ fullconn <conns>
 
 
 guid <string>
-  Specify a case-sensitive global unique ID for this proxy. This must be unique
-  across all haproxy configuration on every object types. Format is left
-  unspecified to allow the user to select its naming policy. The only
-  restriction is its length which cannot be greater than 127 characters. All
-  alphanumerical values and '.', ':', '-' and '_' characters are valid.
+  Specify a case-sensitive global unique ID for this proxy.
+
+  May be used in sections :   defaults | frontend | listen | backend
+                                 no    |    yes   |   yes  |   yes
+
+  <string> must be unique across all haproxy configuration on every object
+  types. Format is left unspecified to allow the user to select its naming
+  policy. The only restriction is its length which cannot be greater than
+  127 characters. All alphanumerical values and '.', ':', '-' and '_'
+  characters are valid.
 
 
 hash-balance-factor <factor>