summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/afi-route-map-import.xml.i
blob: a1b154fcd0dd2ba9683fbf9e15270dc4d60b4d53 (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-import.xml.i -->
<leafNode name="import">
  <properties>
    <help>Route-map to filter incoming 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>Name of route-map can only contain alpha-numeric letters, hyphen and underscores</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->