blob: 8434e35bf58f3cc270088a6f591d6c5e09e68cb4 (
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
|
<!-- include start from isis/lfa-remote.xml.i -->
<node name="remote">
<properties>
<help>Remote loop free alternate options</help>
</properties>
<children>
<tagNode name="prefix-list">
<properties>
<help>Filter PQ node router ID based on prefix list</help>
<completionHelp>
<path>policy prefix-list</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Name of IPv4/IPv6 prefix-list</description>
</valueHelp>
<constraint>
#include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>
</constraint>
<constraintErrorMessage>Name of prefix-list can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
</properties>
<children>
#include <include/isis/level-1-2-leaf.xml.i>
</children>
</tagNode>
</children>
</node>
<!-- include end -->
|