summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ipv6-address.xml.i
blob: 507d5dcc131d0819bc2c8afbc68d24145cc94881 (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="address">
  <children>
    <leafNode name="autoconf">
      <properties>
        <help>Enable acquisition of IPv6 address using stateless autoconfig (SLAAC)</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="eui64">
      <properties>
        <help>ssign IPv6 address using EUI-64 based on MAC address</help>
        <valueHelp>
          <format>ipv6net</format>
          <description>IPv6 address and prefix length</description>
        </valueHelp>
        <constraint>
          <validator name="ipv6-prefix"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>