summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcp-options.xml.i
blob: 0f71d932184471488723f1016fa202d55f80c078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<node name="dhcp-options">
  <properties>
    <help>DHCP 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>