summaryrefslogtreecommitdiff
path: root/interface-definitions/include/static-route-next-hop-vrf.xml.i
blob: c901408567b6e9038a153c5020f75ea68a0c6e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- included start from static-route-next-hop-vrf.xml.i -->
<leafNode name="next-hop-vrf">
  <properties>
    <help>VRF to leak route</help>
    <valueHelp>
      <format>txt</format>
      <description>Name of VRF to leak to</description>
    </valueHelp>
    <completionHelp>
      <path>protocols vrf</path>
    </completionHelp>
    <constraint>
      <regex>^[a-zA-Z0-9\-_]{1,100}$</regex>
    </constraint>
  </properties>
</leafNode>
<!-- included end -->