From 2702560d7be9340df8b1ff31528187cd228e975b Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Tue, 9 Nov 2021 17:58:12 +0100 Subject: [PATCH] DOC: config: Be more explicit in "allow" actions description TCP/HTTP allow actions stop rules evaluation of the current section only. Only the http-response description was accurate on this point. Thus, the documentation is now explicit on this point for all other concerned rulesets. This patch may be backported, to all supported versions for tcp-request and http-request documentation, and as far as 2.2 for http-after-response documentation. --- doc/configuration.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index ffc221c..dc4a392 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5357,7 +5357,7 @@ http-after-response add-header [ { if | unless } ] http-after-response allow [ { if | unless } ] This stops the evaluation of the rules and lets the response pass the check. - No further "http-after-response" rules are evaluated. + No further "http-after-response" rules are evaluated for the current section. http-after-response del-header [ -m ] [ { if | unless } ] @@ -6118,8 +6118,7 @@ http-request add-header [ { if | unless } ] http-request allow [ { if | unless } ] This stops the evaluation of the rules and lets the request pass the check. - No further "http-request" rules are evaluated. - + No further "http-request" rules are evaluated for the current section. http-request auth [realm ] [ { if | unless } ] @@ -12340,7 +12339,7 @@ tcp-request content [{if | unless} ] tcp-request content accept [ { if | unless } ] This is used to accept the connection. No further "tcp-request content" - rules are evaluated. + rules are evaluated for the current section. tcp-request content capture len [ { if | unless } ] -- 1.7.10.4