blob: 94d77caf2aa26650d229b017aa8b19144ef30cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- include start from bgp/afi-route-map-export.xml.i -->
<leafNode name="export">
<properties>
<help>Route-map to filter outgoing route updates</help>
<completionHelp>
<path>policy route-map</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Route map name</description>
</valueHelp>
<constraint>
#include <include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i>
</constraint>
<constraintErrorMessage>Route map names can only contain alphanumeric characters, hyphens, and underscores</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|