diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:19:43 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:19:43 +0100 |
commit | 006b17a319c540a2fb384b90c65294f5a607787c (patch) | |
tree | bcf71d6eb6424ec4878955bef3ad8d4e4e377a95 /interface-definitions/include | |
parent | e639b84e56a131e6391aa94adb1c1937f3c8dc60 (diff) | |
download | vyos-1x-006b17a319c540a2fb384b90c65294f5a607787c.tar.gz vyos-1x-006b17a319c540a2fb384b90c65294f5a607787c.zip |
bgp: T4058: add support for BFD profiles
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/bgp/neighbor-bfd.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/neighbor-bfd.xml.i b/interface-definitions/include/bgp/neighbor-bfd.xml.i index d486bdd8a..fac2a1166 100644 --- a/interface-definitions/include/bgp/neighbor-bfd.xml.i +++ b/interface-definitions/include/bgp/neighbor-bfd.xml.i @@ -4,6 +4,7 @@ <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> |