summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ipv6-address.xml.i
blob: 26ac1d3745a6fd9fa169f80cc9ff5330527d3e22 (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
<!-- included start from ipv6-address.xml.i -->
<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>
    <leafNode name="no-default-link-local">
      <properties>
        <help>Remove the default link-local address from the interface</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- included end -->