summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-06-23 12:20:57 +0200
committerChristian Poessinger <christian@poessinger.com>2019-06-23 12:20:57 +0200
commit275b3aa2e9add3074db893a5e4a32f22c7af108c (patch)
treeb6ca8b1fa2e4d22d7f1cd8b951bfc9432c27e897 /scripts
parentcfc5f4220407d6fd4f9b637850b5db39ce197be9 (diff)
parentc0293182e9fafbad28cc0a790f881c812f52406b (diff)
downloadvyatta-cfg-quagga-275b3aa2e9add3074db893a5e4a32f22c7af108c.tar.gz
vyatta-cfg-quagga-275b3aa2e9add3074db893a5e4a32f22c7af108c.zip
Merge branch 'bfd' into current
* bfd: bfd: T1183: adjust BGP/OSPF help text on BFD bfd: T1183: add BGP neighbor BFD support bfd: T1183: add OSPF BFD support on interface nodes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl
index 2a3ca514..fe62deb7 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -571,6 +571,10 @@ my %qcom = (
set => 'router bgp #3 ; neighbor #5 passive',
del => 'router bgp #3 ; no neighbor #5 passive',
},
+ 'protocols bgp var neighbor var bfd' => {
+ set => 'router bgp #3 ; neighbor #5 bfd',
+ del => 'router bgp #3 ; no neighbor #5 bfd',
+ },
'protocols bgp var neighbor var password' => {
set => 'router bgp #3 ; neighbor #5 password #7',
del => 'router bgp #3 ; no neighbor #5 password',
@@ -1104,6 +1108,10 @@ my %qcom = (
set => 'router bgp #3 ; neighbor #5 passive',
del => 'router bgp #3 ; no neighbor #5 passive',
},
+ 'protocols bgp var peer-group var bfd' => {
+ set => 'router bgp #3 ; neighbor #5 bfd',
+ del => 'router bgp #3 ; no neighbor #5 bfd',
+ },
'protocols bgp var peer-group var password' => {
set => 'router bgp #3 ; neighbor #5 password #7',
del => 'router bgp #3 ; no neighbor #5 password',