blob: fac2a11663505dfa2b854ef398bf5cac121e81f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- include start from bgp/neighbor-bfd.xml.i -->
<node name="bfd">
<properties>
<help>Enable Bidirectional Forwarding Detection (BFD) support</help>
</properties>
<children>
#include <include/bfd/profile.xml.i>
<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 -->
|