summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcp/subnet-id.xml.i
blob: c7e88250d3dee8a299b5820371f33bf3065ca1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from dhcp/subnet-id.xml.i -->
<leafNode name="subnet-id">
    <properties>
    <help>Unique ID mapped to leases in the lease file</help>
    <valueHelp>
        <format>u32:1-4294967294</format>
        <description>Unique subnet ID</description>
    </valueHelp>
    <constraint>
        <validator name="numeric" argument="--range 1-4294967294"/>
    </constraint>
    </properties>
</leafNode>
<!-- include end -->