]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix rfc7239 converter examples (again)
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 2 Jun 2023 13:29:17 +0000 (15:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Jun 2023 13:15:17 +0000 (15:15 +0200)
Complementary fix to ac456ab ("DOC: config: fix rfc7239 converter examples")
since somehow I managed to overlook one example..

This needs to be backported in 2.8 with ac456ab.

doc/configuration.txt

index 0a5e300731fe19619ee28a0fc377bd7fc4ecedfc..c17e5e3da274d8808e64d3bd27e22aa3b7bb675f 100644 (file)
@@ -17745,7 +17745,7 @@ rfc7239_n2np
     # extract 'by' field from forwarded header, extract node port from
     # resulting node identifier and store the result in req.fnp
     http-request set-var(req.fnp) req.hdr(forwarded),rfc7239_field(by),rfc7239_n2np
-    #input: "by=\"127.0.0.1:9999\""
+    #input: "127.0.0.1:9999"
     #  output: 9999 (integer)
     #input: "[ab:cd:ff:ff:ff:ff:ff:ff]:9998"
     #  output: 9998 (integer)