diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-22 19:03:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-22 19:03:31 +0200 |
commit | ed6f25d767383d5d6f3e57584f218545baf10af6 (patch) | |
tree | b0521c9a2b9bfb7c702f3470dcec002c7a4fa02b /templates/protocols/bgp | |
parent | 6bc6b27c86d5b061ab7dfd0cdcd25463a3f594ae (diff) | |
download | vyatta-cfg-quagga-ed6f25d767383d5d6f3e57584f218545baf10af6.tar.gz vyatta-cfg-quagga-ed6f25d767383d5d6f3e57584f218545baf10af6.zip |
bfd: T1183: add BGP neighbor BFD support
set protocols bgp <X> neighbor <Y> bfd
set protocols bgp <X> peer-group <Y> bfd
Diffstat (limited to 'templates/protocols/bgp')
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def | 1 | ||||
-rw-r--r-- | templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def b/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def new file mode 100644 index 00000000..b5b6a244 --- /dev/null +++ b/templates/protocols/bgp/node.tag/neighbor/node.tag/bfd/node.def @@ -0,0 +1 @@ +help: Enable Bidirectional Forwarding Detection (BFD) with this neighbor diff --git a/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def b/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def new file mode 100644 index 00000000..b5b6a244 --- /dev/null +++ b/templates/protocols/bgp/node.tag/peer-group/node.tag/bfd/node.def @@ -0,0 +1 @@ +help: Enable Bidirectional Forwarding Detection (BFD) with this neighbor |