blob: df9c7a97a2d79bc4814675cd627834bdd5007f5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!-- included 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>
</children>
</node>
<!-- included end -->
|