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 | |
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')
-rw-r--r-- | interface-definitions/include/dhcp/domain-name.xml.i (renamed from interface-definitions/include/dhcp-domain-name.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/dhcp/domain-search.xml.i (renamed from interface-definitions/include/dhcp-server-domain-search.xml.i) | 2 | ||||
-rw-r--r-- | interface-definitions/include/dhcp/ping-check.xml.i (renamed from interface-definitions/include/dhcp-ping-check.xml.i) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/include/dhcp-domain-name.xml.i b/interface-definitions/include/dhcp/domain-name.xml.i index eb95596da..410e27d29 100644 --- a/interface-definitions/include/dhcp-domain-name.xml.i +++ b/interface-definitions/include/dhcp/domain-name.xml.i @@ -1,4 +1,4 @@ -<!-- include start from dhcp-domain-name.xml.i --> +<!-- include start from dhcp/domain-name.xml.i --> <leafNode name="domain-name"> <properties> <help>Client Domain Name</help> diff --git a/interface-definitions/include/dhcp-server-domain-search.xml.i b/interface-definitions/include/dhcp/domain-search.xml.i index 4fc55097b..bcc8fcd12 100644 --- a/interface-definitions/include/dhcp-server-domain-search.xml.i +++ b/interface-definitions/include/dhcp/domain-search.xml.i @@ -1,4 +1,4 @@ -<!-- include start from dhcp-server-domain-search.xml.i --> +<!-- include start from dhcp/domain-search.xml.i --> <leafNode name="domain-search"> <properties> <help>Client Domain Name search list</help> diff --git a/interface-definitions/include/dhcp-ping-check.xml.i b/interface-definitions/include/dhcp/ping-check.xml.i index 0b2a1214a..a506f68e4 100644 --- a/interface-definitions/include/dhcp-ping-check.xml.i +++ b/interface-definitions/include/dhcp/ping-check.xml.i @@ -1,4 +1,4 @@ -<!-- include start from dhcp-ping-check.xml.i --> +<!-- include start from dhcp/ping-check.xml.i --> <leafNode name="ping-check"> <properties> <help>Sends ICMP Echo request to the address being assigned</help> |