From aec02320bdb4628839525c0704a327a812db64a4 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Tue, 11 Jun 2024 16:52:11 +0200 Subject: [PATCH] DOC: config: add missing section hint for "guid" proxy keyword "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 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index b98056550..a3195d161 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6953,11 +6953,16 @@ fullconn guid - 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 + + 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 -- 2.47.3