From 45d87b6fd2502d679be1d8f2de05508fdc1e9889 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:58:34 +0200 Subject: haproxy: T7715: Move duplicate domain nodes into include --- .../include/haproxy/rule-backend.xml.i | 20 +------------------- .../include/haproxy/rule-frontend.xml.i | 20 +------------------- .../include/haproxy/rule-match-domain.xml.i | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 38 deletions(-) create mode 100644 interface-definitions/include/haproxy/rule-match-domain.xml.i (limited to 'interface-definitions/include/haproxy') diff --git a/interface-definitions/include/haproxy/rule-backend.xml.i b/interface-definitions/include/haproxy/rule-backend.xml.i index e9ebc0a6b..20263c23c 100644 --- a/interface-definitions/include/haproxy/rule-backend.xml.i +++ b/interface-definitions/include/haproxy/rule-backend.xml.i @@ -12,25 +12,7 @@ Proxy rule number must be between 1 and 10000 - - - Domain name to match - - txt - Domain address to match - - - - - - - - - - Match subdomains of specified domain(s) - - - + #include Proxy modifications diff --git a/interface-definitions/include/haproxy/rule-frontend.xml.i b/interface-definitions/include/haproxy/rule-frontend.xml.i index 36b33eef0..6237fd44b 100644 --- a/interface-definitions/include/haproxy/rule-frontend.xml.i +++ b/interface-definitions/include/haproxy/rule-frontend.xml.i @@ -12,25 +12,7 @@ Proxy rule number must be between 1 and 10000 - - - Domain name to match - - txt - Domain address to match - - - - - - - - - - Match subdomains of specified domain(s) - - - + #include Proxy modifications 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 @@ + + + + Domain name to match + + txt + Domain address to match + + + + + + + + + + Match subdomains of specified domain(s) + + + + -- cgit v1.2.3