diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 15:53:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-14 16:56:11 +0100 |
commit | adea0e05a56cb25a9e40b46e30a7648c99907031 (patch) | |
tree | 2dd921a322948e2d3e50c755656d27187a6540ae /interface-definitions/include/dhcp-options.xml.i | |
parent | cb1b2c462f8bab5733441c057ddb1a0ec887801f (diff) | |
download | vyos-1x-adea0e05a56cb25a9e40b46e30a7648c99907031.tar.gz vyos-1x-adea0e05a56cb25a9e40b46e30a7648c99907031.zip |
xml: T1579: re-arrange xml interface include building blocks
As the amount of include files now has reached a certain amount, it is getting
more and more crowsded, thuse introducing "per topic" subdirectories on the
filesystem to keep a clean structure makes sense.
Diffstat (limited to 'interface-definitions/include/dhcp-options.xml.i')
-rw-r--r-- | interface-definitions/include/dhcp-options.xml.i | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/interface-definitions/include/dhcp-options.xml.i b/interface-definitions/include/dhcp-options.xml.i deleted file mode 100644 index 8972b53e9..000000000 --- a/interface-definitions/include/dhcp-options.xml.i +++ /dev/null @@ -1,42 +0,0 @@ -<!-- include start from dhcp-options.xml.i --> -<node name="dhcp-options"> - <properties> - <help>DHCP client settings/options</help> - </properties> - <children> - <leafNode name="client-id"> - <properties> - <help>Identifier used by client to identify itself to the DHCP server</help> - </properties> - </leafNode> - <leafNode name="host-name"> - <properties> - <help>Override system host-name sent to DHCP server</help> - </properties> - </leafNode> - <leafNode name="vendor-class-id"> - <properties> - <help>Identify the vendor client type to the DHCP server</help> - </properties> - </leafNode> - <leafNode name="no-default-route"> - <properties> - <help>Do not request routers from DHCP server</help> - <valueless/> - </properties> - </leafNode> - <leafNode name="default-route-distance"> - <properties> - <help>Distance for the default route from DHCP server</help> - <valueHelp> - <format>u32:1-255</format> - <description>Distance for the default route from DHCP server (default 210)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-255"/> - </constraint> - </properties> - </leafNode> - </children> -</node> -<!-- include end --> |