blob: 268d9cbc08e252d7edab29094527ca245d58fa4b (
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
32
33
34
35
36
37
38
39
40
41
|
<!-- include start from bgp/afi-ipv6-prefix-list.xml.i -->
<node name="prefix-list">
<properties>
<help>Prefix-list to filter route updates to/from this peer</help>
</properties>
<children>
<leafNode name="export">
<properties>
<help>Prefix-list to filter outgoing route updates to this peer</help>
<completionHelp>
<path>policy prefix-list6</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Name of IPv6 prefix-list</description>
</valueHelp>
<constraint>
#include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>
</constraint>
<constraintErrorMessage>Name of prefix-list6 can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
</properties>
</leafNode>
<leafNode name="import">
<properties>
<help>Prefix-list to filter incoming route updates from this peer</help>
<completionHelp>
<path>policy prefix-list6</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Name of IPv6 prefix-list</description>
</valueHelp>
<constraint>
#include <include/constraint/alpha-numeric-hyphen-underscore.xml.i>
</constraint>
<constraintErrorMessage>Name of prefix-list6 can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|