blob: e3d630a57491d2c3ba741ca2dc5e611187caa25f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from bgp/afi-path-limit.xml.i -->
<leafNode name="path-limit">
<properties>
<help>AS-path hopcount limit</help>
<valueHelp>
<format>u32:0-255</format>
<description>AS path hop count limit</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-255"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|