blob: 47f60c4393ef4ac8b681ccac828bdba52b444274 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from interface/ipv6-address-eui64.xml.i -->
<leafNode name="eui64">
<properties>
<help>Prefix for IPv6 address with MAC-based EUI-64</help>
<valueHelp>
<format><h:h:h:h:h:h:h:h/64></format>
<description>IPv6 /64 network</description>
</valueHelp>
<constraint>
<validator name="ipv6-prefix"/>
</constraint>
<multi/>
</properties>
</leafNode>
<!-- include end -->
|