summaryrefslogtreecommitdiff
path: root/interface-definitions/include/route-map.xml.i
blob: e49c388d636a9ead3d9e4d6abfe0c6a14a996a94 (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>
      #include <include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i>
    </constraint>
    <constraintErrorMessage>Name of route-map can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->