blob: 69aba253cb5c70177b0017c10715cdc61e91d08b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!-- include start from static/static-route-vrf.xml.i -->
<leafNode name="vrf">
<properties>
<help>VRF to leak route</help>
<completionHelp>
<list>default</list>
<path>vrf name</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Name of VRF to leak to</description>
</valueHelp>
<constraint>
<regex>^(default)$</regex>
<validator name="vrf-name"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|