blob: fe52b12f2114c30a6efeaa0895d0fd6970abd43f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- included start from bgp-bfd.xml.i -->
<node name="bfd">
<properties>
<help>Enable Bidirectional Forwarding Detection (BFD) support</help>
</properties>
<children>
<leafNode name="check-control-plane-failure">
<properties>
<help>Allow to write CBIT independence in BFD outgoing packets and read both C-BIT value of BFD and lookup BGP peer status</help>
<valueless/>
</properties>
</leafNode>
</children>
</node>
<!-- included end -->
|