summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-client-ipv6-pool.xml.i
blob: 471ff714c58555ff5b74c8dfe21e2b913a3ff395 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!-- included start from accel-client-ipv6-pool.xml.i -->
<node name="client-ipv6-pool">
  <properties>
    <help>Pool of client IPv6 addresses</help>
  </properties>
  <children>
    <tagNode name="prefix">
      <properties>
        <help>Pool of addresses used to assign to clients</help>
        <valueHelp>
          <format>ipv6net</format>
          <description>IPv6 address and prefix length</description>
        </valueHelp>
        <constraint>
          <validator name="ipv6-prefix"/>
        </constraint>
      </properties>
      <children>
          <leafNode name="mask">
            <properties>
              <help>Prefix length used for individual client</help>
              <valueHelp>
                <format>&lt;48-128&gt;</format>
                <description>Client prefix length (default: 64)</description>
              </valueHelp>
              <constraint>
                <validator name="numeric" argument="--range 48-128"/>
              </constraint>
            </properties>
          </leafNode>
      </children>
    </tagNode>
    <tagNode name="delegate">
      <properties>
        <help>Subnet used to delegate prefix through DHCPv6-PD (RFC3633)</help>
        <valueHelp>
          <format>ipv6net</format>
          <description>IPv6 address and prefix length</description>
        </valueHelp>
        <constraint>
          <validator name="ipv6-prefix"/>
        </constraint>
      </properties>
      <children>
          <leafNode name="delegation-prefix">
            <properties>
              <help>Prefix length delegated to client</help>
              <valueHelp>
                <format>&lt;32-64&gt;</format>
                <description>Delegated prefix length</description>
              </valueHelp>
              <constraint>
                <validator name="numeric" argument="--range 32-64"/>
              </constraint>
            </properties>
          </leafNode>
      </children>
    </tagNode>
  </children>
</node>
<!-- included end -->