blob: e3302236137cb5c6ff86c9b20ac6a2db5f167f78 (
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
|
<!-- 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>DHCP client identifier</help>
</properties>
</leafNode>
<leafNode name="host-name">
<properties>
<help>DHCP client host name (overrides system host name)</help>
</properties>
</leafNode>
<leafNode name="vendor-class-id">
<properties>
<help>DHCP client vendor type</help>
</properties>
</leafNode>
</children>
</node>
<!-- included end -->
|