summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-10-05 19:17:51 +0200
committerChristian Poessinger <christian@poessinger.com>2020-10-05 19:17:51 +0200
commitbda4784c4831980d06d6ded08268cd590a6bfa0e (patch)
treec8e12c3f73fbb9045a77c53771ac46cba3b2a576 /interface-definitions/include
parenta093620f1525c46f5b63453ca703a9b027a01748 (diff)
downloadvyos-1x-bda4784c4831980d06d6ded08268cd590a6bfa0e.tar.gz
vyos-1x-bda4784c4831980d06d6ded08268cd590a6bfa0e.zip
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.
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/dhcp-server-domain-search.xml.i12
1 files changed, 12 insertions, 0 deletions
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 @@
+<!-- included start from dhcp-server-domain-search.xml.i -->
+<leafNode name="domain-search">
+ <properties>
+ <help>Client Domain Name search list</help>
+ <constraint>
+ <validator name="fqdn"/>
+ </constraint>
+ <constraintErrorMessage>Invalid domain name (RFC 1123 section 2).\nMay only contain letters, numbers and .-_</constraintErrorMessage>
+ <multi/>
+ </properties>
+</leafNode>
+<!-- included end -->