blob: fd738812798d1ad143cfd4361681fb58b3c060f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from qos/class-match-ipv6-address.xml.i -->
<leafNode name="address">
<properties>
<help>IPv6 destination address for this match</help>
<valueHelp>
<format>ipv6net</format>
<description>IPv6 address and prefix length</description>
</valueHelp>
<constraint>
<validator name="ipv6"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|