summaryrefslogtreecommitdiff
path: root/interface-definitions/include/haproxy/rule-match-domain.xml.i
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-08-19 12:58:34 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-08-19 12:58:34 +0200
commit45d87b6fd2502d679be1d8f2de05508fdc1e9889 (patch)
tree2f303fb989c74b4deafd435b8ec092542dacadc8 /interface-definitions/include/haproxy/rule-match-domain.xml.i
parent87285fb3d69cb601beb9ab84fb693f7384f97f54 (diff)
downloadvyos-1x-45d87b6fd2502d679be1d8f2de05508fdc1e9889.tar.gz
vyos-1x-45d87b6fd2502d679be1d8f2de05508fdc1e9889.zip
haproxy: T7715: Move duplicate domain nodes into include
Diffstat (limited to 'interface-definitions/include/haproxy/rule-match-domain.xml.i')
-rw-r--r--interface-definitions/include/haproxy/rule-match-domain.xml.i21
1 files changed, 21 insertions, 0 deletions
diff --git a/interface-definitions/include/haproxy/rule-match-domain.xml.i b/interface-definitions/include/haproxy/rule-match-domain.xml.i
new file mode 100644
index 000000000..2ec61a940
--- /dev/null
+++ b/interface-definitions/include/haproxy/rule-match-domain.xml.i
@@ -0,0 +1,21 @@
+<!-- include start from haproxy/rule-match-domain.xml.i -->
+<leafNode name="domain-name">
+ <properties>
+ <help>Domain name to match</help>
+ <valueHelp>
+ <format>txt</format>
+ <description>Domain address to match</description>
+ </valueHelp>
+ <constraint>
+ <validator name="fqdn"/>
+ </constraint>
+ <multi/>
+ </properties>
+</leafNode>
+<leafNode name="wildcard-domain">
+ <properties>
+ <help>Match subdomains of specified domain(s)</help>
+ <valueless/>
+ </properties>
+</leafNode>
+<!-- include end -->