blob: 38a3dcf9bca3efa967f262f9870fb12386ada20d (
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
|
<!-- include start from bgp/sid.xml.i -->
<node name="sid">
<properties>
<help>SID value for VRF</help>
</properties>
<children>
<node name="vpn">
<properties>
<help>Between current VRF and VPN</help>
</properties>
<children>
<leafNode name="export">
<properties>
<help>For routes leaked from current VRF to VPN</help>
<completionHelp>
<list>auto</list>
</completionHelp>
<valueHelp>
<format>u32:1-1048575</format>
<description>SID allocation index</description>
</valueHelp>
<valueHelp>
<format>auto</format>
<description>Automatically assign a label</description>
</valueHelp>
<constraint>
<regex>auto</regex>
<validator name="numeric" argument="--range 1-1048575"/>
</constraint>
</properties>
</leafNode>
</children>
</node>
</children>
</node>
<!-- include end -->
|