diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:31:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:31:22 +0200 |
commit | 59e5b5eb4c0507f9d3831483152a748b58560bfd (patch) | |
tree | d5689b6e683396ec0f02760c54d1048096e09ab6 /interface-definitions/include/dhcp/domain-search.xml.i | |
parent | 83ea0cb273e29db22062cc133b6eabd4ba2761c7 (diff) | |
download | vyos-1x-59e5b5eb4c0507f9d3831483152a748b58560bfd.tar.gz vyos-1x-59e5b5eb4c0507f9d3831483152a748b58560bfd.zip |
xml: dhcp-server: move building blocks to dhcp subdirectory
Diffstat (limited to 'interface-definitions/include/dhcp/domain-search.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp/domain-search.xml.i | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/include/dhcp/domain-search.xml.i b/interface-definitions/include/dhcp/domain-search.xml.i new file mode 100644 index 000000000..bcc8fcd12 --- /dev/null +++ b/interface-definitions/include/dhcp/domain-search.xml.i @@ -0,0 +1,12 @@ +<!-- include start from dhcp/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, period, and underscore.</constraintErrorMessage> + <multi/> + </properties> +</leafNode> +<!-- include end --> |