diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-19 11:31:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-19 12:39:08 +0200 |
commit | bc71e8dcfbe0ae8b27c13dbb3ce8358726ef9585 (patch) | |
tree | 0cdc7293db8cba81ed27c5f5ba1804b9820e4b80 /interface-definitions/dhcp-server.xml.in | |
parent | 404b4c7b7b4f3063bc2bb608a32833d6cf23d834 (diff) | |
download | vyos-1x-bc71e8dcfbe0ae8b27c13dbb3ce8358726ef9585.tar.gz vyos-1x-bc71e8dcfbe0ae8b27c13dbb3ce8358726ef9585.zip |
xml: dhcp-server: move building blocks to dhcp subdirectory
(cherry picked from commit 59e5b5eb4c0507f9d3831483152a748b58560bfd)
Diffstat (limited to 'interface-definitions/dhcp-server.xml.in')
-rw-r--r-- | interface-definitions/dhcp-server.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interface-definitions/dhcp-server.xml.in b/interface-definitions/dhcp-server.xml.in index 3a2c05698..2707ce96d 100644 --- a/interface-definitions/dhcp-server.xml.in +++ b/interface-definitions/dhcp-server.xml.in @@ -102,8 +102,8 @@ <valueless/> </properties> </leafNode> - #include <include/dhcp-ping-check.xml.i> - #include <include/dhcp-domain-name.xml.i> + #include <include/dhcp/domain-name.xml.i> + #include <include/dhcp/ping-check.xml.i> #include <include/name-server-ipv4.xml.i> #include <include/generic-description.xml.i> #include <include/generic-disable-node.xml.i> @@ -166,8 +166,8 @@ </properties> </leafNode> #include <include/name-server-ipv4.xml.i> - #include <include/dhcp-domain-name.xml.i> - #include <include/dhcp-server-domain-search.xml.i> + #include <include/dhcp/domain-name.xml.i> + #include <include/dhcp/domain-search.xml.i> <leafNode name="enable-failover"> <properties> <help>Enable DHCP failover support for this subnet</help> @@ -220,7 +220,7 @@ <multi/> </properties> </leafNode> - #include <include/dhcp-ping-check.xml.i> + #include <include/dhcp/ping-check.xml.i> <leafNode name="pop-server"> <properties> <help>IP address of POP3 server</help> |