blob: 8d808696e2741a15f8b333dcb5f98ffd3cc9f8b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from interface/duid.xml.i -->
<leafNode name="duid">
<properties>
<help>DHCP unique identifier (DUID) to be sent by client</help>
<valueHelp>
<format>duid</format>
<description>DHCP unique identifier</description>
</valueHelp>
<constraint>
<regex>([0-9A-Fa-f]{2}:){0,127}([0-9A-Fa-f]{2})</regex>
</constraint>
<constraintErrorMessage>Invalid DUID, must be in the format h[[:h]...]</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|