From bda4784c4831980d06d6ded08268cd590a6bfa0e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 5 Oct 2020 19:17:51 +0200 Subject: dhcp(v6)-server: T2961: use fqdn validator wnd move to include snipped Migrate the domain-search node (which occurs three times) to an includable snippet. Also re-use the fqdn validator to keep the regex patterns to as few locations as possible. --- .../include/dhcp-server-domain-search.xml.i | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 interface-definitions/include/dhcp-server-domain-search.xml.i (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/dhcp-server-domain-search.xml.i b/interface-definitions/include/dhcp-server-domain-search.xml.i new file mode 100644 index 000000000..8b76c4e70 --- /dev/null +++ b/interface-definitions/include/dhcp-server-domain-search.xml.i @@ -0,0 +1,12 @@ + + + + Client Domain Name search list + + + + Invalid domain name (RFC 1123 section 2).\nMay only contain letters, numbers and .-_ + + + + -- cgit v1.2.3