summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/neighbor-ttl-security.xml.i
blob: 6def1fe8175ddc249e0905ac7e07710e8b5c88fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- include start from bgp/neighbor-ttl-security.xml.i -->
<node name="ttl-security">
  <properties>
    <help>Ttl security mechanism</help>
  </properties>
  <children>
    <leafNode name="hops">
      <properties>
        <help>Number of the maximum number of hops to the BGP peer</help>
        <valueHelp>
          <format>u32:1-254</format>
          <description>Number of hops</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 1-254"/>
        </constraint>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->