blob: 5ee0d13a30a55c342fa21e1e7a68876152e3aebd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!-- included start from bgp-afi-maximum-paths.xml.i -->
<leafNode name="maximum-paths">
<properties>
<help>Forward packets over multiple paths (eBGP)</help>
<valueHelp>
<format>u32:1-256</format>
<description>Number of paths to consider</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-256"/>
</constraint>
</properties>
</leafNode>
<leafNode name="maximum-paths-ibgp">
<properties>
<help>Forward packets over multiple paths (iBGP)</help>
<valueHelp>
<format>u32:1-256</format>
<description>Number of paths to consider</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-256"/>
</constraint>
</properties>
</leafNode>
<!-- included end -->
|