summaryrefslogtreecommitdiff
path: root/interface-definitions/include/haproxy
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-05-20 15:47:01 +0100
committerGitHub <noreply@github.com>2025-05-20 15:47:01 +0100
commit20ebbe36c3798383134854f3333bbbd2c2413043 (patch)
tree046aea0a0cbcd5304ca910926fdad13237933e29 /interface-definitions/include/haproxy
parent37598a366e8d17fc7a546b23d3a4d8ff097272ce (diff)
parent7b47ce030cca8adb56dcf3fdfc96dab7ab0ed950 (diff)
downloadvyos-1x-20ebbe36c3798383134854f3333bbbd2c2413043.tar.gz
vyos-1x-20ebbe36c3798383134854f3333bbbd2c2413043.zip
Merge pull request #4511 from sever-sever/T7335
T7335: Fix typo for HAproxy help redirect-location path
Diffstat (limited to 'interface-definitions/include/haproxy')
-rw-r--r--interface-definitions/include/haproxy/rule-frontend.xml.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/include/haproxy/rule-frontend.xml.i b/interface-definitions/include/haproxy/rule-frontend.xml.i
index 6663f627b..d2e7a38c3 100644
--- a/interface-definitions/include/haproxy/rule-frontend.xml.i
+++ b/interface-definitions/include/haproxy/rule-frontend.xml.i
@@ -32,15 +32,15 @@
<children>
<leafNode name="redirect-location">
<properties>
- <help>Set URL location</help>
+ <help>Set path location</help>
<valueHelp>
<format>url</format>
- <description>Set URL location</description>
+ <description>Set path location</description>
</valueHelp>
<constraint>
<regex>\/[\w\-.\/]+</regex>
</constraint>
- <constraintErrorMessage>Incorrect URL format</constraintErrorMessage>
+ <constraintErrorMessage>Incorrect path format</constraintErrorMessage>
</properties>
</leafNode>
<leafNode name="backend">