blob: edbe7689296bb2b4d9a6f91c23ee6b29c1d76cb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- include start from route-map.xml.i -->
<leafNode name="route-map">
<properties>
<help>Specify route-map name to use</help>
<completionHelp>
<path>policy route-map</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Route map name</description>
</valueHelp>
<constraint>
<regex>^[-a-zA-Z0-9.]+$</regex>
</constraint>
<constraintErrorMessage>Route-map name can only contain alpha-numeric letters and a hyphen</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|