summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/neighbor-ebgp-multihop.xml.i
blob: c053de7e18702f0b8007de9e06c1d728d636eee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from bgp/neighbor-ebgp-multihop.xml.i -->
<leafNode name="ebgp-multihop">
  <properties>
    <help>Allow this EBGP neighbor to not be on a directly connected network</help>
    <valueHelp>
      <format>u32:1-255</format>
      <description>Number of hops</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-255"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->