diff options
author | Daniil Baturin <daniil@baturin.org> | 2025-05-20 13:54:06 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2025-05-20 13:54:06 +0100 |
commit | de7af067e8a62471437d97c96de2078cdbe22b0a (patch) | |
tree | 099d39ee13f3b5e6cf262994446f63bff880a774 /interface-definitions/load-balancing_haproxy.xml.in | |
parent | 85410484f06b181fd09897935e02f214595932a8 (diff) | |
download | vyos-1x-de7af067e8a62471437d97c96de2078cdbe22b0a.tar.gz vyos-1x-de7af067e8a62471437d97c96de2078cdbe22b0a.zip |
xml: T7467: remove ^/$ wrapping from validation regexes
since the validation utility adds them implicitly
Diffstat (limited to 'interface-definitions/load-balancing_haproxy.xml.in')
-rw-r--r-- | interface-definitions/load-balancing_haproxy.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index f0f64e75a..61ff8bc81 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -159,7 +159,7 @@ <properties> <help>URI used for HTTP health check (Example: '/' or '/health')</help> <constraint> - <regex>^\/([^?#\s]*)(\?[^#\s]*)?$</regex> + <regex>\/([^?#\s]*)(\?[^#\s]*)?</regex> </constraint> </properties> </leafNode> |