summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ipv6-address.xml.i
blob: ffc6ef93316fddd146cb41cf2b957a3bfb0b9af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>Prefix for IPv6 address with MAC-based EUI-64</help>
        <valueHelp>
          <format>ipv6net</format>
          <description>IPv6 network and prefix length</description>
        </valueHelp>
        <constraint>
          <validator name="ipv6-prefix"/>
        </constraint>
        <multi/>
      </properties>
    </leafNode>
  </children>
</node>