blob: 3f4d1786d1a7ca27d179e5fc839266341dd0c388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!-- included start from bgp-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>
<!-- included end -->
|