blob: d486bdd8a891451923e822487a9348a7e3c1e395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from bgp/neighbor-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>
<!-- include end -->
|